Commit 8f29c483 authored by Jazz Xu's avatar Jazz Xu Committed by Commit Bot

[PiP Android API] Enable pip api by default.

Bug: 997324
Change-Id: I250edb4d588b78a5bc7dc29763ee22f68204ee77
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1769228Reviewed-by: default avatarMounir Lamouri <mlamouri@chromium.org>
Commit-Queue: Jazz Xu <jazzhsu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#690445}
parent acc4898f
...@@ -431,7 +431,7 @@ const base::Feature kDisableSurfaceLayerForVideo{ ...@@ -431,7 +431,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_DISABLED_BY_DEFAULT}; base::FEATURE_ENABLED_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