| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index e7418e19595f9985444ee8d3b939f4cf29d9a149..5a3237b05e31a1cf08f9dd204ec51810a3836881 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -1444,6 +1444,10 @@ const char kEnableStaticIPConfig[] = "enable-static-ip-config";
|
| // 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";
|
|
|
|
|