| Index: chrome/browser/ui/toolbar/wrench_menu_model.h
|
| diff --git a/chrome/browser/ui/toolbar/wrench_menu_model.h b/chrome/browser/ui/toolbar/wrench_menu_model.h
|
| index 33992881fb36fbb57cc4ca10f7a3f3e43fc84702..21bbdc25e7ec345a597c6fa01d1c8dd8edbec891 100644
|
| --- a/chrome/browser/ui/toolbar/wrench_menu_model.h
|
| +++ b/chrome/browser/ui/toolbar/wrench_menu_model.h
|
| @@ -16,7 +16,6 @@
|
|
|
| class BookmarkSubMenuModel;
|
| class Browser;
|
| -class GlobalError;
|
| class RecentTabsSubMenuModel;
|
| class TabStripModel;
|
|
|
| @@ -148,12 +147,6 @@ class WrenchMenuModel : public ui::SimpleMenuModel,
|
| // |new_menu| should be set to true.
|
| void CreateZoomMenu(bool new_menu);
|
|
|
| - // Various GlobalError objects share a single menu item. This helper routine
|
| - // returns the GlobalError object that is currently displaying a message in
|
| - // that item, otherwise returns NULL if we should display one of the default
|
| - // messages.
|
| - GlobalError* GetActiveSignedInServiceError() const;
|
| -
|
| // Models for the special menu items with buttons.
|
| scoped_ptr<ui::ButtonMenuItemModel> edit_menu_item_model_;
|
| scoped_ptr<ui::ButtonMenuItemModel> zoom_menu_item_model_;
|
|
|