| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index e9dcaebc8b69ee3b6c2cba674a56d52fef8cc8fb..8faed19a2cda73a637c5912a209af2212c770b5f 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -1130,6 +1130,10 @@ 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 fullscreen low power mode on Mac.
|
| +const char kDisableFullscreenLowPowerMode[] =
|
| + "disable-fullscreen-low-power-mode";
|
| +
|
| // Disables tab detaching in fullscreen mode on Mac.
|
| const char kDisableFullscreenTabDetaching[] =
|
| "disable-fullscreen-tab-detaching";
|
| @@ -1154,9 +1158,6 @@ 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 fullscreen low power mode transitions on Mac.
|
| -const char kEnableFullscreenLowPowerMode[] = "enable-fullscreen-low-power-mode";
|
| -
|
| // Enables tab detaching in fullscreen mode on Mac.
|
| const char kEnableFullscreenTabDetaching[] = "enable-fullscreen-tab-detaching";
|
|
|
|
|