| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index fc53f0a551a86a04e2db1530833112e32c9919b8..f6d1f41a60dea9b2690b89713d0727c7f9c8b6e0 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -1229,6 +1229,9 @@ const char kHostedAppQuitNotification[] = "enable-hosted-app-quit-notification";
|
| // Disable the toolkit-views App Info dialog for Mac.
|
| const char kDisableAppInfoDialogMac[] = "disable-app-info-dialog-mac";
|
|
|
| +// Disables custom Cmd+` window cycling for platform apps and hosted apps.
|
| +const char kDisableAppWindowCycling[] = "disable-app-window-cycling";
|
| +
|
| // Disables app shim creation for hosted apps on Mac.
|
| const char kDisableHostedAppShimCreation[] = "disable-hosted-app-shim-creation";
|
|
|
| @@ -1245,6 +1248,9 @@ const char kDisableSystemFullscreenForTesting[] =
|
| // chrome://apps and chrome://extensions and is already enabled on non-mac.
|
| const char kEnableAppInfoDialogMac[] = "enable-app-info-dialog-mac";
|
|
|
| +// Enables custom Cmd+` window cycling for platform apps and hosted apps.
|
| +const char kEnableAppWindowCycling[] = "enable-app-window-cycling";
|
| +
|
| // Enables use of toolkit-views based native app windows.
|
| const char kEnableMacViewsNativeAppWindows[] =
|
| "enable-mac-views-native-app-windows";
|
|
|