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

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

Issue 2738893002: Add flag for enabling/disabling video fullscreen detection (Closed)
Patch Set: s/AppHooksHelper/AppHooks Created 3 years, 9 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 b06ca7cd661229c1de5c6037d379dbed5860f65e..3cd0c2fa2ea2617ee31d6e6df872cb8744f1b0c1 100644
--- a/content/public/common/content_switches.cc
+++ b/content/public/common/content_switches.cc
@@ -947,6 +947,10 @@ const char kWebRtcMaxCaptureFramerate[] = "max-gum-fps";
#endif
#if defined(OS_ANDROID)
+// Disable video fullscreen detection.
+const char kDisableVideoFullscreenDetection[] =
+ "disable-video-fullscreen-detection";
+
// Disable Media Session API
const char kDisableMediaSessionAPI[] = "disable-media-session-api";

Powered by Google App Engine
This is Rietveld 408576698