| Index: chrome/common/chrome_switches.h
|
| diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
|
| index 0ebfe53e2397af50ce356833eb06a4be76128a00..f3293f93773a4d36ccfee73d04f0d637d834c513 100644
|
| --- a/chrome/common/chrome_switches.h
|
| +++ b/chrome/common/chrome_switches.h
|
| @@ -214,6 +214,8 @@ extern const char kImportFromFile[];
|
| extern const char kIncognito[];
|
| extern const char kInstantURL[];
|
| extern const char kKeepAliveForTest[];
|
| +extern const char kKioskMode[];
|
| +extern const char kKioskModePrinting[];
|
| extern const char kLoadComponentExtension[];
|
| extern const char kLoadExtension[];
|
| extern const char kLoadOpencryptoki[];
|
| @@ -402,11 +404,6 @@ extern const char kRelauncherProcess[];
|
| extern const char kUseMockKeychain[];
|
| #endif
|
|
|
| -#if !defined(OS_MACOSX)
|
| -extern const char kKioskMode[];
|
| -extern const char kKioskModePrinting[];
|
| -#endif
|
| -
|
| #if defined(OS_WIN)
|
| extern const char kDisableDesktopShortcuts[];
|
| #endif
|
|
|