| Index: chrome/common/chrome_switches.h
|
| diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
|
| index 8d239053a4ff041eb6a11f3c4b60fa71249cd969..43ee516c199361b0d1f668761aaf698bf35e6660 100644
|
| --- a/chrome/common/chrome_switches.h
|
| +++ b/chrome/common/chrome_switches.h
|
| @@ -420,6 +420,9 @@ extern const char kUseMockKeychain[];
|
| extern const char kDisableDesktopShortcuts[];
|
| extern const char kDisableWebsiteSettings[];
|
| extern const char kEnableSyncCredentialCaching[];
|
| +extern const char kForceImmersive[];
|
| +extern const char kRelaunchShortcut[];
|
| +extern const char kWaitForHandle[];
|
| #endif
|
|
|
| #if defined(USE_AURA)
|
|
|