| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 23b5dc225f71f669eb478e8e942c66f29b967b98..53874b1cc710888efa32199b1aa31cd034378b77 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -1221,6 +1221,10 @@ const char kDisableAppInfoDialogMac[] = "disable-app-info-dialog-mac";
|
| // Disables app shim creation for hosted apps on Mac.
|
| const char kDisableHostedAppShimCreation[] = "disable-hosted-app-shim-creation";
|
|
|
| +// Disables use of toolkit-views based native app windows.
|
| +const char kDisableMacViewsNativeAppWindows[] =
|
| + "disable-mac-views-native-app-windows";
|
| +
|
| // Forcibly disables Lion-style on newer OSes, to allow developers to test the
|
| // older, SnowLeopard-style fullscreen.
|
| const char kDisableSystemFullscreenForTesting[] =
|
| @@ -1230,6 +1234,10 @@ const char kDisableSystemFullscreenForTesting[] =
|
| // chrome://apps and chrome://extensions and is already enabled on non-mac.
|
| const char kEnableAppInfoDialogMac[] = "enable-app-info-dialog-mac";
|
|
|
| +// Enables use of toolkit-views based native app windows.
|
| +const char kEnableMacViewsNativeAppWindows[] =
|
| + "enable-mac-views-native-app-windows";
|
| +
|
| // Enables Translate experimental new UX which replaces the infobar.
|
| const char kEnableTranslateNewUX[] = "enable-translate-new-ux";
|
|
|
|
|