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

Unified Diff: chrome/app/chrome_command_ids.h

Issue 10117016: Implementation for switching between recently used tabs using ctrl tilde or quoteleft. Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Uploading patch for review after rebase. Created 8 years, 5 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
« no previous file with comments | « no previous file | chrome/app/chrome_dll.rc » ('j') | chrome/browser/ui/gtk/accelerators_gtk.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/chrome_command_ids.h
diff --git a/chrome/app/chrome_command_ids.h b/chrome/app/chrome_command_ids.h
index 4a9015816f9f7d1776a3323c3107378a143964b4..135111e7d2de4ced54cf9c952ee141dfe3fff260 100644
--- a/chrome/app/chrome_command_ids.h
+++ b/chrome/app/chrome_command_ids.h
@@ -52,13 +52,14 @@
#define IDC_SELECT_TAB_6 34024
#define IDC_SELECT_TAB_7 34025
#define IDC_SELECT_LAST_TAB 34026
-#define IDC_DUPLICATE_TAB 34027
-#define IDC_RESTORE_TAB 34028
-#define IDC_SHOW_AS_TAB 34029
-#define IDC_FULLSCREEN 34030
-#define IDC_EXIT 34031
-#define IDC_MOVE_TAB_NEXT 34032
-#define IDC_MOVE_TAB_PREVIOUS 34033
+#define IDC_SELECT_PREVIOUS_MRU_TAB 34027
+#define IDC_DUPLICATE_TAB 34028
+#define IDC_RESTORE_TAB 34029
+#define IDC_SHOW_AS_TAB 34030
+#define IDC_FULLSCREEN 34031
+#define IDC_EXIT 34032
+#define IDC_MOVE_TAB_NEXT 34033
+#define IDC_MOVE_TAB_PREVIOUS 34034
#define IDC_SEARCH 34035
#define IDC_TABPOSE 34036
#define IDC_DEBUG_FRAME_TOGGLE 34038
« no previous file with comments | « no previous file | chrome/app/chrome_dll.rc » ('j') | chrome/browser/ui/gtk/accelerators_gtk.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698