| Index: chrome/browser/ui/gtk/browser_window_gtk.cc
|
| diff --git a/chrome/browser/ui/gtk/browser_window_gtk.cc b/chrome/browser/ui/gtk/browser_window_gtk.cc
|
| index dc18cc26204374a2de0200872b6b5cbf998b6d5e..c058a128b7574b78ab99534b5e3d0d85f50799b2 100644
|
| --- a/chrome/browser/ui/gtk/browser_window_gtk.cc
|
| +++ b/chrome/browser/ui/gtk/browser_window_gtk.cc
|
| @@ -1587,7 +1587,7 @@ void BrowserWindowGtk::InitWidgets() {
|
| // GtkMenuBar it sees into the global menu bar. (It doesn't seem to check the
|
| // visibility of the GtkMenuBar, so we can just permanently hide it.)
|
| if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kGlobalGnomeMenu)) {
|
| - global_menu_bar_.reset(new GlobalMenuBar(browser_.get(), this));
|
| + global_menu_bar_.reset(new GlobalMenuBar(browser_.get()));
|
| gtk_container_add(GTK_CONTAINER(window_vbox_), global_menu_bar_->widget());
|
| }
|
|
|
|
|