Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(415)

Unified Diff: chrome/browser/ui/toolbar/wrench_menu_model.h

Issue 324393002: Extension Toolbar redesign, part 1 (overflow) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address Linux width issue Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698