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"; |