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

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: rebase 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 92dc44751e3117b49cd6e210fa9a59dcaccef916..0c1257dab3816834e8f38cb66e2755a89a64cab2 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -943,13 +943,6 @@ 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,
- kOsCrOS,
- SINGLE_VALUE_TYPE(switches::kEnableChromebookFunctionKey),
- },
- {
"enable-launcher-per-display",
IDS_FLAGS_ENABLE_LAUNCHER_PER_DISPLAY_NAME,
IDS_FLAGS_ENABLE_LAUNCHER_PER_DISPLAY_DESCRIPTION,

Powered by Google App Engine
This is Rietveld 408576698