| Index: trunk/src/chrome/common/chrome_switches.h
|
| ===================================================================
|
| --- trunk/src/chrome/common/chrome_switches.h (revision 192508)
|
| +++ trunk/src/chrome/common/chrome_switches.h (working copy)
|
| @@ -411,7 +411,6 @@
|
|
|
| #if defined(OS_CHROMEOS)
|
| // Keep switches in alphabetical order.
|
| -// See also src/chromeos/chromeos_switches.h
|
| extern const char kAshWebUIInit[];
|
| extern const char kDisableAppMode[];
|
| extern const char kDisableBootAnimation[];
|
| @@ -431,11 +430,22 @@
|
| extern const char kEnableRequestTabletSite[];
|
| extern const char kEnableStaticIPConfig[];
|
| extern const char kEnableWebTrustCerts[];
|
| +extern const char kFirstBoot[];
|
| +extern const char kForceLoginManagerInTests[];
|
| extern const char kHasChromeOSKeyboard[];
|
| extern const char kHasChromeOSDiamondKey[];
|
| extern const char kKioskModeScreensaverPath[];
|
| +extern const char kLoginManager[];
|
| +// TODO(avayvod): Remove this flag when it's unnecessary for testing
|
| +// purposes.
|
| +extern const char kLoginScreen[];
|
| +extern const char kLoginScreenSize[];
|
| +extern const char kLoginProfile[];
|
| +extern const char kLoginUser[];
|
| +extern const char kLoginPassword[];
|
| extern const char kNaturalScrollDefault[];
|
| extern const char kNoDiscardTabs[];
|
| +extern const char kGuestSession[];
|
| extern const char kEchoExtensionPath[];
|
| extern const char kStubCrosSettings[];
|
| extern const char kAuthExtensionPath[];
|
|
|