Commit 7e956395 authored by Matt Falkenhagen's avatar Matt Falkenhagen Committed by Commit Bot

Remove obsolete field trial testing configs for service worker experiments.

These have all been enabled by default client-side or removed for some time:
- PWAFullCodeCache in Chrome 67
- ServiceWorkerNavigationPreload in Chrome 59
- ServiceWorkerScriptFullCodeCache in Chrome 67
- ServiceWorkerScriptStreaming in Chrome 64
- SpeculativeLaunchServiceWorker was removed

Bug: 661071, 683037, 768705, 640132
Change-Id: Id218f3882273063db7e4c358cac956ca54f362d8
Reviewed-on: https://chromium-review.googlesource.com/1147895Reviewed-by: default avatarMark Pearson <mpearson@chromium.org>
Commit-Queue: Matt Falkenhagen <falken@chromium.org>
Cr-Commit-Position: refs/heads/master@{#577711}
parent efb1c0ad
......@@ -2816,25 +2816,6 @@
]
}
],
"PWAFullCodeCache": [
{
"platforms": [
"android",
"chromeos",
"linux",
"mac",
"windows"
],
"experiments": [
{
"name": "Enabled",
"enable_features": [
"PWAFullCodeCache"
]
}
]
}
],
"ParallelDownloading": [
{
"platforms": [
......@@ -3742,31 +3723,6 @@
]
}
],
"ServiceWorkerNavigationPreload": [
{
"platforms": [
"android",
"chromeos",
"linux",
"mac",
"windows"
],
"experiments": [
{
"name": "Enabled",
"enable_features": [
"ServiceWorkerNavigationPreload"
]
},
{
"name": "Disabled",
"disable_features": [
"ServiceWorkerNavigationPreload"
]
}
]
}
],
"ServiceWorkerPaymentApps": [
{
"platforms": [
......@@ -3786,56 +3742,6 @@
]
}
],
"ServiceWorkerScriptFullCodeCache": [
{
"platforms": [
"android",
"chromeos",
"linux",
"mac",
"windows"
],
"experiments": [
{
"name": "Enabled",
"enable_features": [
"ServiceWorkerScriptFullCodeCache"
]
},
{
"name": "Disabled",
"disable_features": [
"ServiceWorkerScriptFullCodeCache"
]
}
]
}
],
"ServiceWorkerScriptStreaming": [
{
"platforms": [
"android",
"chromeos",
"linux",
"mac",
"windows"
],
"experiments": [
{
"name": "Enabled",
"enable_features": [
"ServiceWorkerScriptStreaming"
]
},
{
"name": "Disabled",
"disable_features": [
"ServiceWorkerScriptStreaming"
]
}
]
}
],
"SettingsEnforcement": [
{
"platforms": [
......@@ -4025,28 +3931,6 @@
]
}
],
"SpeculativeLaunchServiceWorker": [
{
"platforms": [
"android",
"chromeos",
"linux",
"mac",
"windows"
],
"experiments": [
{
"name": "Enabled",
"enable_features": [
"SpeculativeLaunchServiceWorker"
]
},
{
"name": "Disabled"
}
]
}
],
"StabilityDebugging": [
{
"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