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

734.11.4 by Chad Miller
Always default chromium to using the system title bar. Add
1
Description: Never default to using the custom title bar. Chromium should
2
  integrate, not be a special little snowflake.
3
4
--- a/src/chrome/browser/ui/gtk/browser_window_gtk.cc
5
+++ b/src/chrome/browser/ui/gtk/browser_window_gtk.cc
734.11.13 by Chad Miller
* Drop unneeded patches,
6
@@ -2364,6 +2364,8 @@
734.11.4 by Chad Miller
Always default chromium to using the system title bar. Add
7
   // WM, but at least some of the WMs in the latter group don't set it.
8
   // Instead, we default to using system decorations for all WMs and
9
   // special-case the ones where the custom frame should be used.
10
+  return false;
11
+
12
   ui::WindowManagerName wm_type = ui::GuessWindowManager();
13
   return (wm_type == ui::WM_BLACKBOX ||
14
           wm_type == ui::WM_COMPIZ ||