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

Unified Diff: chrome/app/chrome_command_ids.h

Issue 12605010: Add new option to open history page to show more other devices (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Always show menu. Created 7 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/app/chrome_command_ids.h
diff --git a/chrome/app/chrome_command_ids.h b/chrome/app/chrome_command_ids.h
index cbf2059d932566ba2b108d80344011c58574ac1b..088ccf3366b1b353aee120567fc36e101a7d02f6 100644
--- a/chrome/app/chrome_command_ids.h
+++ b/chrome/app/chrome_command_ids.h
@@ -184,20 +184,21 @@
#define IDC_BOOKMARKS_MENU 40029
// TODO(atwilson): Remove IDC_SHOW_SYNC_SETUP when we officially allow signin
// when sync is disabled.
-#define IDC_SHOW_SYNC_SETUP 40030
-#define IDC_SHOW_SIGNIN 40030
-#define IDC_EXTENSION_ERRORS 40031
-#define IDC_SHOW_SIGNIN_ERROR 40032
-#define IDC_SHOW_SETTINGS_CHANGE_FIRST 40033
-#define IDC_SHOW_SETTINGS_CHANGE_LAST 40133
-#define IDC_SHOW_AVATAR_MENU 40134
-#define IDC_EXTENSION_DISABLED_FIRST 40135
-#define IDC_EXTENSION_DISABLED_LAST 40235
-#define IDC_TOGGLE_REQUEST_TABLET_SITE 40236
-#define IDC_DEV_TOOLS_TOGGLE 40237
-#define IDC_EXTERNAL_EXTENSION_ALERT 40238
-#define IDC_RECENT_TABS_MENU 40239
-#define IDC_RECENT_TABS_NO_DEVICE_TABS 40240
+#define IDC_SHOW_SYNC_SETUP 40030
+#define IDC_SHOW_SIGNIN 40030
+#define IDC_EXTENSION_ERRORS 40031
+#define IDC_SHOW_SIGNIN_ERROR 40032
+#define IDC_SHOW_SETTINGS_CHANGE_FIRST 40033
+#define IDC_SHOW_SETTINGS_CHANGE_LAST 40133
+#define IDC_SHOW_AVATAR_MENU 40134
+#define IDC_EXTENSION_DISABLED_FIRST 40135
+#define IDC_EXTENSION_DISABLED_LAST 40235
+#define IDC_TOGGLE_REQUEST_TABLET_SITE 40236
+#define IDC_DEV_TOOLS_TOGGLE 40237
+#define IDC_EXTERNAL_EXTENSION_ALERT 40238
+#define IDC_RECENT_TABS_MENU 40239
+#define IDC_RECENT_TABS_NO_DEVICE_TABS 40240
+#define IDC_RECENT_TABS_DEVICES_AND_HISTORY 40241
// Spell-check
// Insert any additional suggestions before _LAST; these have to be consecutive.
« no previous file with comments | « no previous file | chrome/app/generated_resources.grd » ('j') | chrome/browser/ui/toolbar/recent_tabs_sub_menu_model_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698