~chrisccoulson/chromium-browser/ppa-chromium-browser.precise.stable

1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: Never default to using the custom title bar. Chromium should
  integrate, not be a special little snowflake.

--- a/src/chrome/browser/ui/gtk/browser_window_gtk.cc
+++ b/src/chrome/browser/ui/gtk/browser_window_gtk.cc
@@ -2364,6 +2364,8 @@
   // WM, but at least some of the WMs in the latter group don't set it.
   // Instead, we default to using system decorations for all WMs and
   // special-case the ones where the custom frame should be used.
+  return false;
+
   ui::WindowManagerName wm_type = ui::GuessWindowManager();
   return (wm_type == ui::WM_BLACKBOX ||
           wm_type == ui::WM_COMPIZ ||