| Index: chrome/common/chrome_switches.h
|
| diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
|
| index 877d7db63b3a05ca696320a249bd6ca77b2c6504..9fda124f4af8219daefb11d07f94086c69ed6472 100644
|
| --- a/chrome/common/chrome_switches.h
|
| +++ b/chrome/common/chrome_switches.h
|
| @@ -321,10 +321,12 @@ extern const char kSkipOAuthLogin[];
|
| extern const char kEnableBluetooth[];
|
| extern const char kEnableDevicePolicy[];
|
| extern const char kEnableGView[];
|
| +extern const char kEnableKioskMode[];
|
| extern const char kEnableMobileSetupDialog[];
|
| extern const char kEnableONCPolicy[];
|
| extern const char kEnableSensors[];
|
| extern const char kEnableStaticIPConfig[];
|
| +extern const char kKioskModeScreensaverPath[];
|
| extern const char kLoginManager[];
|
| // TODO(avayvod): Remove this flag when it's unnecessary for testing
|
| // purposes.
|
|
|