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

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

Issue 1007993004: Restructure the wrench menu into an action based order (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Corrected bookmark test Created 5 years, 9 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 da4c431dd556b5c5bbd219f2fd6971a21da23625..6e0b0af51ccc17a6f7148e0fc7230bbc2dbc6a01 100644
--- a/chrome/browser/ui/toolbar/wrench_menu_model.h
+++ b/chrome/browser/ui/toolbar/wrench_menu_model.h
@@ -190,7 +190,7 @@ class WrenchMenuModel : public ui::SimpleMenuModel,
void Build();
- void AddGlobalErrorMenuItems();
+ bool AddGlobalErrorMenuItems();
Peter Kasting 2015/03/30 19:37:02 Nit: Please add a comment explaining what this fun
edwardjung 2015/03/31 11:44:05 Done.
// Appends everything needed for the clipboard menu: a menu break, the
// clipboard menu content and the finalizing menu break.

Powered by Google App Engine
This is Rietveld 408576698