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

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

Issue 1241063003: Support Component Actions in the toolbar. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Changes per mfoltz@'s comments. Created 5 years, 4 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 b6751ef11526be80ffdfd2877c321882ea7ff831..525f47dfe48f5cbb04a52a641f6c68025df4ce30 100644
--- a/chrome/browser/ui/toolbar/wrench_menu_model.h
+++ b/chrome/browser/ui/toolbar/wrench_menu_model.h
@@ -193,8 +193,8 @@ class WrenchMenuModel : public ui::SimpleMenuModel,
// clipboard menu content and the finalizing menu break.
void CreateCutCopyPasteMenu();
- // Add a menu item for the extension icons.
- void CreateExtensionToolbarOverflowMenu();
+ // Add a menu item for the browser action icons.
+ void CreateActionToolbarOverflowMenu();
// Appends everything needed for the zoom menu: a menu break, then the zoom
// menu content and then another menu break.

Powered by Google App Engine
This is Rietveld 408576698