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