~saiarcot895/chromium-browser/chromium-browser.quantal.beta

« back to all changes in this revision

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

  • Committer: Saikrishna Arcot
  • Date: 2014-05-08 03:06:03 UTC
  • Revision ID: saiarcot895@gmail.com-20140508030603-lsbqsvsy407ugi4v
Tags: 35.0.1916.99-0ubuntu1~ppa1~quantal1
* New upstream version 35.0.1916.99
* Refreshed patches

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
Index: beta.trusty/chrome/browser/ui/gtk/browser_window_gtk.cc
6
6
===================================================================
7
 
--- beta.trusty.orig/chrome/browser/ui/gtk/browser_window_gtk.cc        2014-04-24 08:13:35.042269652 -0400
8
 
+++ beta.trusty/chrome/browser/ui/gtk/browser_window_gtk.cc     2014-04-24 08:13:35.022268925 -0400
 
7
--- beta.trusty.orig/chrome/browser/ui/gtk/browser_window_gtk.cc        2014-05-07 21:32:50.954995059 -0500
 
8
+++ beta.trusty/chrome/browser/ui/gtk/browser_window_gtk.cc     2014-05-07 21:32:50.950995060 -0500
9
9
@@ -1626,7 +1626,9 @@
10
10
   // GtkMenuBar it sees into the global menu bar. (It doesn't seem to check the
11
11
   // visibility of the GtkMenuBar, so we can just permanently hide it.)
19
19
   window_container_ = gtk_alignment_new(0.0, 0.0, 1.0, 1.0);
20
20
Index: beta.trusty/chrome/browser/ui/gtk/global_menu_bar.cc
21
21
===================================================================
22
 
--- beta.trusty.orig/chrome/browser/ui/gtk/global_menu_bar.cc   2014-04-24 08:13:35.042269652 -0400
23
 
+++ beta.trusty/chrome/browser/ui/gtk/global_menu_bar.cc        2014-04-24 08:13:35.026269071 -0400
 
22
--- beta.trusty.orig/chrome/browser/ui/gtk/global_menu_bar.cc   2014-05-07 21:32:50.954995059 -0500
 
23
+++ beta.trusty/chrome/browser/ui/gtk/global_menu_bar.cc        2014-05-07 21:32:50.950995060 -0500
24
24
@@ -158,7 +158,7 @@
25
25
   // instead remain in our widget hierarchy simply to be noticed by third party
26
26
   // components.