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

Unified Diff: chrome/browser/about_flags.cc

Issue 11578044: Enable Search-key modifiers for extended key shortcuts. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years 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/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index abf37f37ec1ad3699caa8d864d57d3adf16d34b3..8971ee7026ba7e3e8aff1447a5dddc98f1f47ed3 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -956,11 +956,11 @@ const Experiment kExperiments[] = {
SINGLE_VALUE_TYPE(switches::kFileManagerPackaged),
},
{
- "enable-chromebook-function-key",
- IDS_FLAGS_ENABLE_CHROMEBOOK_FUNCTION_KEY_NAME,
- IDS_FLAGS_ENABLE_CHROMEBOOK_FUNCTION_KEY_DESCRIPTION,
+ "disable-non-search-extended-key-shortcuts",
+ IDS_FLAGS_DISABLE_NON_SEARCH_EXTENDED_KEY_SHORCUTS_NAME,
+ IDS_FLAGS_DISABLE_NON_SEARCH_EXTENDED_KEY_SHORCUTS_DESCRIPTION,
kOsCrOS,
- SINGLE_VALUE_TYPE(switches::kEnableChromebookFunctionKey),
+ SINGLE_VALUE_TYPE(switches::kDisableNonSearchExtendedKeyShortcuts),
},
{
"enable-launcher-per-display",

Powered by Google App Engine
This is Rietveld 408576698