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

Unified Diff: content/public/common/content_switches.cc

Issue 606633002: [WebView] Create PowerSaveBlocker for fullscreen video. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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
Index: content/public/common/content_switches.cc
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
index c9d89d655179c3bdb232f6e7866961f08288041e..50a6fc7b48b383fbb65db055c72af43e1bb89fac 100644
--- a/content/public/common/content_switches.cc
+++ b/content/public/common/content_switches.cc
@@ -381,6 +381,10 @@ const char kEnableOverlayFullscreenVideo[] = "enable-overlay-fullscreen-video";
const char kDisableOverlayFullscreenVideoSubtitle[] =
"disable-overlay-fullscreen-video-subtitle";
+// Enable the PowerSaveBlocker in ContentVideoView. Android only.
+const char kEnableContentVideoViewPowerSaveBlocker[] =
+ "enable-content-video-view-power-save-blocker";
Avi (use Gerrit) 2014/09/25 15:24:58 Platform-specific switches go at the end inside th
Ignacio Solla 2014/09/25 15:38:03 Done.
+
// Forward overscroll event data from the renderer to the browser.
const char kEnableOverscrollNotifications[] = "enable-overscroll-notifications";
« content/public/common/content_switches.h ('K') | « content/public/common/content_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698