| 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..aa6e8b2ea798efcdbbf94a77ed0f469f9b2a7197 100644
|
| --- a/chrome/browser/ui/toolbar/wrench_menu_model.h
|
| +++ b/chrome/browser/ui/toolbar/wrench_menu_model.h
|
| @@ -128,13 +128,7 @@ class WrenchMenuModel : public ui::SimpleMenuModel,
|
| 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.
|
| + // Range of command IDs to use for the items in the recent tabs submenu.
|
| static const int kMinRecentTabsCommandId = 1001;
|
| static const int kMaxRecentTabsCommandId = 1200;
|
|
|
|
|