| 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";
|
|
|
|
|