Chromium Code Reviews| Index: chrome/common/chrome_switches.cc |
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
| index c893558a40e930f499eaa5f013b08970955d6ca2..564e5debad7f8626af509c81ee28aed2ee561d82 100644 |
| --- a/chrome/common/chrome_switches.cc |
| +++ b/chrome/common/chrome_switches.cc |
| @@ -1438,11 +1438,10 @@ 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"; |
| +// If true, extended keys such as Delete or Home will only be accessible |
|
Yusuke Sato
2012/12/17 00:26:17
If you agree with my comment in event_rewriter.cc,
danakj
2012/12/17 02:05:14
Done.
|
| +// through hitting the actual key, or by using the Search-key modifier. |
| +const char kDisableNonSearchExtendedKeyShortcuts[] = |
| + "disable-non-search-extended-key-shortcuts"; |
| // Enable Kiosk mode for ChromeOS. |
| const char kEnableKioskMode[] = "enable-kiosk-mode"; |