| Index: chrome/common/chrome_switches.cc
|
| ===================================================================
|
| --- chrome/common/chrome_switches.cc (revision 176515)
|
| +++ chrome/common/chrome_switches.cc (working copy)
|
| @@ -1421,6 +1421,10 @@
|
| // Passed to Chrome on first boot. Not passed on restart after sign out.
|
| const char kFirstBoot[] = "first-boot";
|
|
|
| +// If true, the Chromebook has a Chrome OS keyboard. Don't use the flag for
|
| +// Chromeboxes.
|
| +const char kHasChromeOSKeyboard[] = "has-chromeos-keyboard";
|
| +
|
| // Path for the screensaver used in Kiosk mode
|
| const char kKioskModeScreensaverPath[] = "kiosk-mode-screensaver-path";
|
|
|
|
|