| 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 8ea0fdb0fe59418175d451dd22219e394b4eaef3..7881c29b5bbe28c7993bb1f3b482ad867f169ef4 100644
|
| --- a/chrome/browser/ui/gtk/browser_window_gtk.cc
|
| +++ b/chrome/browser/ui/gtk/browser_window_gtk.cc
|
| @@ -1575,7 +1575,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());
|
| }
|
|
|
|
|