From 64baf718d6299540aaaa75bb1f2ba0dec4b1b9ea Mon Sep 17 00:00:00 2001 From: Alexander David Frick Date: Sat, 13 Nov 2021 19:09:32 -0600 Subject: [PATCH] Update x11_util.cc --- ui/base/x/x11_util.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/base/x/x11_util.cc b/ui/base/x/x11_util.cc index b1acf32d..0e49c295 100644 --- a/ui/base/x/x11_util.cc +++ b/ui/base/x/x11_util.cc @@ -616,8 +616,8 @@ bool HasWMSpecProperty(const base::flat_set& properties, } bool GetCustomFramePrefDefault() { - // _NET_WM_MOVERESIZE is needed for frame-drag-initiated window movement. - return false; + // Never default to using the custom title bar. Chromium should integrate, not be a special little snowflake. + return false; } bool IsWmTiling(WindowManagerName window_manager) {