Commit efeac6f8 authored by Matt Falkenhagen's avatar Matt Falkenhagen Committed by Commit Bot

Add test config for ServiceWorkerStartupOptimizations.

For more test coverage.

Bug: 561209
Change-Id: Ibcd2c1b854d4748fb948998da9def1279e6daded
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1911343
Commit-Queue: Ilya Sherman <isherman@chromium.org>
Reviewed-by: default avatarIlya Sherman <isherman@chromium.org>
Cr-Commit-Position: refs/heads/master@{#715422}
parent ea804b4a
...@@ -3865,26 +3865,6 @@ ...@@ -3865,26 +3865,6 @@
] ]
} }
], ],
"OffMainThreadServiceWorkerStartup": [
{
"platforms": [
"android",
"android_webview",
"chromeos",
"linux",
"mac",
"windows"
],
"experiments": [
{
"name": "Enabled",
"enable_features": [
"OffMainThreadServiceWorkerStartup"
]
}
]
}
],
"OfferUploadCreditCards": [ "OfferUploadCreditCards": [
{ {
"platforms": [ "platforms": [
...@@ -5869,7 +5849,7 @@ ...@@ -5869,7 +5849,7 @@
] ]
} }
], ],
"ServiceWorkerOnUI": [ "ServiceWorkerStartupOptimizations": [
{ {
"platforms": [ "platforms": [
"android", "android",
...@@ -5881,9 +5861,11 @@ ...@@ -5881,9 +5861,11 @@
], ],
"experiments": [ "experiments": [
{ {
"name": "Enabled", "name": "Enabled_All",
"enable_features": [ "enable_features": [
"ServiceWorkerOnUI" "OffMainThreadServiceWorkerStartup",
"ServiceWorkerOnUI",
"ServiceWorkerPrefersUnusedProcess"
] ]
} }
] ]
......
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