Commit c3565d0b authored by Ken Rockot's avatar Ken Rockot Committed by Commit Bot

Add field trial testing config for OOP Storage

This adds a config entry for the experimental group in the first stage
of the out-of-process Storage Service rollout.

Bug: 1057802
Change-Id: I2d638fd881d0b8a39d80202278cafdd56eccbfaa
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2106756Reviewed-by: default avatarIlya Sherman <isherman@chromium.org>
Commit-Queue: Ken Rockot <rockot@google.com>
Cr-Commit-Position: refs/heads/master@{#750835}
parent 4143ca0e
...@@ -5269,6 +5269,27 @@ ...@@ -5269,6 +5269,27 @@
] ]
} }
], ],
"StorageServiceOutOfProcess": [
{
"platforms": [
"chromeos",
"linux",
"mac",
"windows"
],
"experiments": [
{
"name": "Unsandboxed_BeforeSandboxAvailable",
"enable_features": [
"StorageServiceOutOfProcess"
],
"disable_features": [
"StorageServiceSandbox"
]
}
]
}
],
"SubresourceRedirect": [ "SubresourceRedirect": [
{ {
"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