Commit ea9a83ec authored by Daniel Rubery's avatar Daniel Rubery Committed by Commit Bot

Update fieldtrial_testing_config for CSD model

Due to consolidating the two different configs currently applying to
the CSD model version, we need the fieldtrial_testing_config to be kept
in sync.

Change-Id: I1adef41facd0d38d16e562561639ac1f5672ec07
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2399722Reviewed-by: default avatarJesse Doherty <jwd@chromium.org>
Commit-Queue: Daniel Rubery <drubery@chromium.org>
Cr-Commit-Position: refs/heads/master@{#805804}
parent 8350b6d7
...@@ -1269,6 +1269,35 @@ ...@@ -1269,6 +1269,35 @@
] ]
} }
], ],
"ClientSideDetectionModel": [
{
"platforms": [
"chromeos",
"linux",
"mac"
],
"experiments": [
{
"name": "EnabledWithVisualModel",
"params": {
"ModelNum": "5"
},
"enable_features": [
"ClientSideDetectionModel"
]
},
{
"name": "EnabledDomOnly",
"params": {
"ModelNum": "4"
},
"enable_features": [
"ClientSideDetectionModel"
]
}
]
}
],
"CodeCacheDeletionWithoutFilter": [ "CodeCacheDeletionWithoutFilter": [
{ {
"platforms": [ "platforms": [
...@@ -7155,27 +7184,6 @@ ...@@ -7155,27 +7184,6 @@
] ]
} }
], ],
"VisualClientSideDetectionModel": [
{
"platforms": [
"chromeos",
"linux",
"mac",
"windows"
],
"experiments": [
{
"name": "Enabled",
"params": {
"ModelNum": "5"
},
"enable_features": [
"ClientSideDetectionModel"
]
}
]
}
],
"VizForWebView": [ "VizForWebView": [
{ {
"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