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

« back to all changes in this revision

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

  • Committer: Saikrishna Arcot
  • Date: 2014-05-16 12:14:29 UTC
  • Revision ID: saiarcot895@gmail.com-20140516121429-d98h3i6j01a8rbpx
Tags: 35.0.1916.114-0ubuntu1~ppa1~saucy1
* New upstream version 35.0.1916.114
* 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-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
 
7
--- beta.trusty.orig/chrome/browser/ui/gtk/browser_window_gtk.cc        2014-05-16 07:59:18.022690754 -0400
 
8
+++ beta.trusty/chrome/browser/ui/gtk/browser_window_gtk.cc     2014-05-16 07:59:18.019690754 -0400
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-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
 
22
--- beta.trusty.orig/chrome/browser/ui/gtk/global_menu_bar.cc   2014-05-16 07:59:18.022690754 -0400
 
23
+++ beta.trusty/chrome/browser/ui/gtk/global_menu_bar.cc        2014-05-16 07:59:18.019690754 -0400
24
24
@@ -158,7 +158,7 @@
25
25
   // instead remain in our widget hierarchy simply to be noticed by third party
26
26
   // components.