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 fbade9a0f51de84c1f87912019ec853c02209a3d..381937a61733c1a72949b623476bc55f85b3d1bc 100644 |
--- a/chrome/browser/ui/toolbar/wrench_menu_model.h |
+++ b/chrome/browser/ui/toolbar/wrench_menu_model.h |
@@ -154,6 +154,9 @@ class WrenchMenuModel : public ui::SimpleMenuModel, |
// to false. |
void CreateCutCopyPasteMenu(bool new_menu); |
+ // Add a menu item for the extension icons. |
+ void CreateExtensionToolbarOverflowMenu(); |
+ |
// Appends everything needed for the zoom menu: a menu break, then the zoom |
// menu content and then another menu break. If the new menu type is used, |
// |new_menu| should be set to true. |