Commit c34707d6 authored by Kevin McNee's avatar Kevin McNee Committed by Commit Bot

Mark portals as experimental on Android

This allows for the use of portals with the
--enable-experimental-web-platform-features flag. Note that this is the
same configuration as the M85 origin trial: same-origin, Android only
(see issue 1040212). We'll hold off using this flag for enabling for
desktop and/or cross origin cases until those are further developed.

Bug: None
Change-Id: I0579c241c58aec3e37e5dd7fba4e8375d43d91a3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2518613Reviewed-by: default avatarJeremy Roman <jbroman@chromium.org>
Commit-Queue: Kevin McNee <mcnee@chromium.org>
Cr-Commit-Position: refs/heads/master@{#827006}
parent d2a1b277
......@@ -1566,7 +1566,7 @@
// feature specifically within blink has no effect. An experimental/test
// status can only be set here if the default of blink::features::kPortals
// allows for it.
status: {"Android": "test"},
status: {"Android": "experimental"},
origin_trial_feature_name: "Portals",
origin_trial_os: ["android"],
},
......
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