~chromium-team/chromium-browser/artful-beta

« back to all changes in this revision

Viewing changes to debian/patches/menu-bar-visible.patch

  • Committer: Chad Miller
  • Date: 2014-02-21 00:14:13 UTC
  • Revision ID: chad.miller@canonical.com-20140221001413-xeloyqxq52xndv72
* Upstream release 33.0.1750.115.
* debian/rules, debian/control: Switch to using ninja instead of make to
  build. Switch from CDBS to dh. Remove many old hacks.
* debian/patches/disable_gn.patch: disable broken GN before build. Temporary
  hack.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
--- a/src/chrome/browser/ui/gtk/browser_window_gtk.cc
6
6
+++ b/src/chrome/browser/ui/gtk/browser_window_gtk.cc
7
 
@@ -1604,7 +1604,9 @@
 
7
@@ -1610,7 +1610,9 @@
8
8
   // GtkMenuBar it sees into the global menu bar. (It doesn't seem to check the
9
9
   // visibility of the GtkMenuBar, so we can just permanently hide it.)
10
10
   global_menu_bar_.reset(new GlobalMenuBar(browser_.get()));