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

Unified Diff: chrome/common/chrome_switches.cc

Issue 11578044: Enable Search-key modifiers for extended key shortcuts. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nit 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
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 936b7f54a87f1f1e033b1d09360a66c137b7a9df..9c1131d9e6a055521d7c694703f646064897ad32 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -1438,12 +1438,6 @@ const char kEnableTouchpadThreeFingerSwipe[]
// Skips OAuth part of ChromeOS login process.
const char kSkipOAuthLogin[] = "skip-oauth-login";
-// If true, show advanced keyboard options to overload the search key as a way
-// to access keys such as Home and End, similar to the "Function key" found
-// commonly on laptop keyboards.
-const char kEnableChromebookFunctionKey[] =
- "enable-chromebook-function-key";
-
// Enable Kiosk mode for ChromeOS.
const char kEnableKioskMode[] = "enable-kiosk-mode";
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698