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

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

Issue 26546004: Revert 227675 "reland "views: change WrenchMenu to use each mode..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 2 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: trunk/src/chrome/browser/ui/toolbar/wrench_menu_model.h
===================================================================
--- trunk/src/chrome/browser/ui/toolbar/wrench_menu_model.h (revision 227696)
+++ trunk/src/chrome/browser/ui/toolbar/wrench_menu_model.h (working copy)
@@ -79,16 +79,6 @@
public TabStripModelObserver,
public content::NotificationObserver {
public:
- // Range of command ID's to use for the items representing bookmarks in the
- // bookmark menu, must not overlap with that for recent tabs submenu.
- static const int kMinBookmarkCommandId = 1;
- static const int kMaxBookmarkCommandId = 1000;
-
- // Range of command ID's to use for the items in the recent tabs submenu, must
- // not overlap with that for bookmarks.
- static const int kMinRecentTabsCommandId = 1001;
- static const int kMaxRecentTabsCommandId = 1200;
-
// TODO: remove |is_new_menu|.
WrenchMenuModel(ui::AcceleratorProvider* provider,
Browser* browser,

Powered by Google App Engine
This is Rietveld 408576698