| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 995321fd4ab6cb61a0d8d1c2bf805df1dd675f43..068dd6a2c3ed8a1477228773d351cb061e5ec184 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -1169,6 +1169,9 @@ 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 tab detaching in fullscreen mode on Mac.
|
| +const char kEnableFullscreenTabDetaching[] = "enable-fullscreen-tab-detaching";
|
| +
|
| // Allows hosted apps to be opened in windows on Mac.
|
| const char kEnableHostedAppsInWindows[] = "enable-hosted-apps-in-windows";
|
|
|
|
|