| Index: chrome/browser/ui/gtk/global_menu_bar.h
|
| diff --git a/chrome/browser/ui/gtk/global_menu_bar.h b/chrome/browser/ui/gtk/global_menu_bar.h
|
| index caac22242127f5cb18846ef6eec6f801de454d2f..b1a6cc48b160aaa22c6da0f465851cb7450c9bb2 100644
|
| --- a/chrome/browser/ui/gtk/global_menu_bar.h
|
| +++ b/chrome/browser/ui/gtk/global_menu_bar.h
|
| @@ -16,7 +16,6 @@
|
| #include "ui/base/gtk/owned_widget_gtk.h"
|
|
|
| class Browser;
|
| -class GlobalBookmarkMenu;
|
| struct GlobalMenuBarCommand;
|
| class GlobalMenuOwner;
|
|
|
| @@ -91,9 +90,6 @@ class GlobalMenuBar : public CommandUpdater::CommandObserver,
|
| // history menu fresh.
|
| GlobalHistoryMenu history_menu_;
|
|
|
| - // Listens to the bookmark model and updates the menu.
|
| - scoped_ptr<GlobalBookmarkMenu> bookmark_menu_;
|
| -
|
| // For some menu items, we want to show the accelerator, but not actually
|
| // explicitly handle it. To this end we connect those menu items' accelerators
|
| // to this group, but don't attach this group to any top level window.
|
|
|