diff options
Diffstat (limited to 'chromeos')
-rw-r--r-- | chromeos/chromeos_switches.cc | 4 | ||||
-rw-r--r-- | chromeos/chromeos_switches.h | 1 |
2 files changed, 0 insertions, 5 deletions
diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc index bc16326..6152890 100644 --- a/chromeos/chromeos_switches.cc +++ b/chromeos/chromeos_switches.cc @@ -185,10 +185,6 @@ const char kGuestSession[] = "bwsi"; const char kGuestWallpaperLarge[] = "guest-wallpaper-large"; const char kGuestWallpaperSmall[] = "guest-wallpaper-small"; -// If true, the Chromebook has a Chrome OS keyboard. Don't use the flag for -// Chromeboxes. -const char kHasChromeOSKeyboard[] = "has-chromeos-keyboard"; - // If true, the Chromebook has a keyboard with a diamond key. const char kHasChromeOSDiamondKey[] = "has-chromeos-diamond-key"; diff --git a/chromeos/chromeos_switches.h b/chromeos/chromeos_switches.h index c419617..419fca3 100644 --- a/chromeos/chromeos_switches.h +++ b/chromeos/chromeos_switches.h @@ -77,7 +77,6 @@ CHROMEOS_EXPORT extern const char kGuestSession[]; CHROMEOS_EXPORT extern const char kGuestWallpaperLarge[]; CHROMEOS_EXPORT extern const char kGuestWallpaperSmall[]; CHROMEOS_EXPORT extern const char kHasChromeOSDiamondKey[]; -CHROMEOS_EXPORT extern const char kHasChromeOSKeyboard[]; CHROMEOS_EXPORT extern const char kHomedir[]; CHROMEOS_EXPORT extern const char kHostPairingOobe[]; CHROMEOS_EXPORT extern const char kIgnoreUserProfileMappingForTests[]; |