| Index: chrome/common/chrome_switches.h
|
| diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
|
| index c76f2d3e1d86b63155cbbab487c2803ca3025b76..fce3e6860da3502500a196352c28efac4cd34181 100644
|
| --- a/chrome/common/chrome_switches.h
|
| +++ b/chrome/common/chrome_switches.h
|
| @@ -352,10 +352,12 @@ extern const char kMigrateDataDirForSxS[];
|
| extern const char kAppsKeepChromeAliveInTests[];
|
| extern const char kHostedAppQuitNotification[];
|
| extern const char kDisableAppInfoDialogMac[];
|
| +extern const char kDisableAppWindowCycling[];
|
| extern const char kDisableHostedAppShimCreation[];
|
| extern const char kDisableMacViewsNativeAppWindows[];
|
| extern const char kDisableSystemFullscreenForTesting[];
|
| extern const char kEnableAppInfoDialogMac[];
|
| +extern const char kEnableAppWindowCycling[];
|
| extern const char kEnableMacViewsNativeAppWindows[];
|
| extern const char kEnableTranslateNewUX[];
|
| extern const char kMetricsClientID[];
|
|
|