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

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

Issue 10837317: Setting the touch wrench menu as default menu for ChromeOS (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: And another merge! Created 8 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 490c7eceb8fdbd11dfa81b21e529d058b30eefc2..8f8d5a858bc64990074eb6796e801c75bf75d48e 100644
--- a/chrome/browser/ui/toolbar/wrench_menu_model.h
+++ b/chrome/browser/ui/toolbar/wrench_menu_model.h
@@ -133,13 +133,14 @@ class WrenchMenuModel : public ui::SimpleMenuModel,
// Appends everything needed for the clipboard menu: a menu break, the
// clipboard menu content and the finalizing menu break. If the last break
- // is not needed it can be suppressed by setting |append_final_separator|
+ // is not needed it can be suppressed by setting |new_menu|
// to false.
- void CreateCutCopyPasteMenu(bool append_final_separator);
+ void CreateCutCopyPasteMenu(bool new_menu);
// Appends everything needed for the zoom menu: a menu break, then the zoom
- // menu content and then another menu break.
- void CreateZoomMenu();
+ // menu content and then another menu break. If the new menu type is used,
+ // |new_menu| should be set to true.
+ void CreateZoomMenu(bool new_menu);
string16 GetSyncMenuLabel() const;
« no previous file with comments | « chrome/browser/ui/toolbar/bookmark_sub_menu_model.cc ('k') | chrome/browser/ui/toolbar/wrench_menu_model.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698