Commit e41107e0 authored by Ben Kelly's avatar Ben Kelly Committed by Commit Bot

Make a separate android entry for enabling ServiceWorkerForegroundPriority in...

Make a separate android entry for enabling ServiceWorkerForegroundPriority in the fieldtrial_testing_config.json.

Bug: 928904
Change-Id: Id94e960c6a2031f854e92855011b585b3c61c4bb
Reviewed-on: https://chromium-review.googlesource.com/c/1474112Reviewed-by: default avatarAlexei Svitkine <asvitkine@chromium.org>
Commit-Queue: Ben Kelly <wanderview@chromium.org>
Cr-Commit-Position: refs/heads/master@{#632749}
parent 2c73c7f3
...@@ -4382,8 +4382,6 @@ ...@@ -4382,8 +4382,6 @@
"ServiceWorkerForegroundPriority": [ "ServiceWorkerForegroundPriority": [
{ {
"platforms": [ "platforms": [
"android",
"android_webview",
"chromeos", "chromeos",
"linux", "linux",
"mac", "mac",
...@@ -4399,6 +4397,22 @@ ...@@ -4399,6 +4397,22 @@
] ]
} }
], ],
"ServiceWorkerForegroundPriorityAndroid": [
{
"platforms": [
"android",
"android_webview"
],
"experiments": [
{
"name": "Enabled",
"enable_features": [
"ServiceWorkerForegroundPriority"
]
}
]
}
],
"ServiceWorkerServicification": [ "ServiceWorkerServicification": [
{ {
"platforms": [ "platforms": [
......
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