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

Unified Diff: chrome/app/generated_resources.grd

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:
Download patch
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 8d2fee2e45e180d96ac232127f8c27778f095fce..7b60ccc2af27a685a08ad3e0ad200c1e1363345d 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -16563,6 +16563,14 @@ Battery full
<message name="IDS_PROFILES_MANAGE_DUPLICATE_NAME_ERROR" desc="error bubble displayed when the user is attempting to rename a profile to a name that is used.">
Whoops, this name is already in use!
</message>
+ <message name="IDS_FLAGS_ENABLE_TAB_MRU_SWITCH"
+ desc="Name of about:flag option to turn on the feature to switch between most recently used tabs using ctrl+tilde">
+ Enable Tab MRU Switching
+ </message>
+ <message name="IDS_FLAGS_ENABLE_TAB_MRU_SWITCH_DESCRIPTION"
+ desc="Name of about:flag option to turn on the feature to switch between most recently used tabs using ctrl+tilde">
+ This feature will enable user to switch between most recently used tabs using ctrl + tilde.
+ </message>
<!-- Delete Profile Dialog -->
<message name="IDS_PROFILES_DELETE_TITLE" desc="Title of the delete profile dialog">

Powered by Google App Engine
This is Rietveld 408576698