Chromium Code Reviews| 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..75cae37e52bde77b4e93b8cacca128d8d578c7af 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 ID's to use for the items in the recent tabs submenu. |
|
Peter Kasting
2015/03/30 21:35:24
Nit: ID's -> IDs (while you're here)
sky
2015/03/31 15:17:39
Done.
|
| static const int kMinRecentTabsCommandId = 1001; |
| static const int kMaxRecentTabsCommandId = 1200; |