Update x11_util.cc
This commit is contained in:
parent
d5f1409774
commit
27f8b7e3fd
1 changed files with 1 additions and 1 deletions
|
@ -617,7 +617,7 @@ bool HasWMSpecProperty(const base::flat_set<x11::Atom>& properties,
|
|||
|
||||
bool GetCustomFramePrefDefault() {
|
||||
// Never default to using the custom title bar. Chromium should integrate, not be a special little snowflake.
|
||||
return false;
|
||||
return false;
|
||||
}
|
||||
|
||||
bool IsWmTiling(WindowManagerName window_manager) {
|
||||
|
|
Loading…
Reference in a new issue