Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1824)

Unified Diff: chrome/common/chrome_switches.cc

Issue 2059863004: Mac video: Enable fullscreen low power mode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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";
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698