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

Add fieldtrial_testing_config for CSD vision model

This CL removes the fieldtrial_testing_config for the DOM-based client
side phishing detection (CSD) model, since that is now launched to
Stable. It replaces that entry with a config for the new vision-based
CSD model.

Bug: 1068613
Change-Id: I072315f45044536a9851f3db2147f5d967eadbbd
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2333169
Commit-Queue: Daniel Rubery <drubery@chromium.org>
Reviewed-by: default avatarBrian White <bcwhite@chromium.org>
Reviewed-by: default avatarBettina Dea <bdea@chromium.org>
Cr-Commit-Position: refs/heads/master@{#794298}
parent ab56e806
...@@ -1620,27 +1620,6 @@ ...@@ -1620,27 +1620,6 @@
] ]
} }
], ],
"ClientSideDetectionModel": [
{
"platforms": [
"chromeos",
"linux",
"mac",
"windows"
],
"experiments": [
{
"name": "Enabled",
"params": {
"ModelNum": "4"
},
"enable_features": [
"ClientSideDetectionModel"
]
}
]
}
],
"CodeCacheDeletionWithoutFilter": [ "CodeCacheDeletionWithoutFilter": [
{ {
"platforms": [ "platforms": [
...@@ -7617,6 +7596,27 @@ ...@@ -7617,6 +7596,27 @@
] ]
} }
], ],
"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