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

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: Added tab mru list manager class. Created 8 years, 7 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/app/chrome_dll.rc » ('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 952f81248c89f7b0939857bd9599d8848154f027..47b5190174712247e4261d42060d7301cc27ff76 100644
--- a/chrome/app/chrome_command_ids.h
+++ b/chrome/app/chrome_command_ids.h
@@ -314,6 +314,9 @@
#define IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_LAST 52199
#define IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_SETTINGS 52200
+// Select the last visited tab.
+#define IDC_SELECT_NEXT_MRU_TAB 52201
sky 2012/05/25 17:56:52 This should be in window management command close
NaveenBobbili (Motorola) 2012/05/29 11:41:05 Done.
+
// NOTE: The last valid command value is 57343 (0xDFFF)
// See http://msdn.microsoft.com/en-us/library/t2zechd4(VS.71).aspx
« no previous file with comments | « no previous file | chrome/app/chrome_dll.rc » ('j') | chrome/app/chrome_dll.rc » ('J')

Powered by Google App Engine
This is Rietveld 408576698