| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 7bc1151d14c72eab75f3b5cf1e726eea9c825b67..be15adcea9bcdb0592fc3220c0ddc0e84b3cd8b9 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -1178,6 +1178,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 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";
|
|
|
|
|