Commit da91609c authored by Jazz Xu's avatar Jazz Xu Committed by Commit Bot

Android PiP API: Disable pip api feature by default.

Bug: 1021681
Change-Id: I2f0b5096a083a9257f075fa46856d6a10951a520
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1900326Reviewed-by: default avatarMounir Lamouri <mlamouri@chromium.org>
Commit-Queue: Jazz Xu <jazzhsu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#713123}
parent ec22b118
...@@ -475,7 +475,7 @@ const base::Feature kDisableSurfaceLayerForVideo{ ...@@ -475,7 +475,7 @@ const base::Feature kDisableSurfaceLayerForVideo{
// Enable picture in picture web api for android. // Enable picture in picture web api for android.
const base::Feature kPictureInPictureAPI{"PictureInPictureAPI", const base::Feature kPictureInPictureAPI{"PictureInPictureAPI",
base::FEATURE_ENABLED_BY_DEFAULT}; base::FEATURE_DISABLED_BY_DEFAULT};
// Enables CanPlayType() (and other queries) for HLS MIME types. Note that // Enables CanPlayType() (and other queries) for HLS MIME types. Note that
// disabling this also causes navigation to .m3u8 files to trigger downloading // disabling this also causes navigation to .m3u8 files to trigger downloading
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment