Commit 4669f350 authored by Xinghui Lu's avatar Xinghui Lu Committed by Commit Bot

Add field trial testing config for Safe Browsing features.

Add SafeBrowsingEnhancedProtectionAndroid, server-side CL:
http://cl/330537550.
Add WebProtectRealTimeURLCheck, server-side CL:
http://cl/330538388.

Remove some stale testing configs to avoid Windows' 32767 character
limit. These studies were already launched and enabled by default:
SafeBrowsingRealTimeUrlLookupEnabled
SafeBrowsingRealTimeUrlLookupEnabledAndroid
SafeBrowsingRealTimeUrlLookupEnabledAndroidAllDevices

Bug: 1097310
Change-Id: I2b241b0d7157915a370996f86e90785165588f58
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2399440
Commit-Queue: Xinghui Lu <xinghuilu@chromium.org>
Reviewed-by: default avatarMark Pearson <mpearson@chromium.org>
Cr-Commit-Position: refs/heads/master@{#805233}
parent 385e16bd
......@@ -5972,6 +5972,23 @@
]
}
],
"SafeBrowsingEnhancedProtectionAndroid": [
{
"platforms": [
"android"
],
"experiments": [
{
"name": "Enabled",
"enable_features": [
"PrivacyReorderedAndroid",
"SafeBrowsingEnhancedProtection",
"SafeBrowsingSecuritySectionUIAndroid"
]
}
]
}
],
"SafeBrowsingPasswordProtectionForSavedPasswords": [
{
"platforms": [
......@@ -6043,58 +6060,6 @@
]
}
],
"SafeBrowsingRealTimeUrlLookupEnabled": [
{
"platforms": [
"chromeos",
"linux",
"mac",
"windows"
],
"experiments": [
{
"name": "Enabled",
"enable_features": [
"SafeBrowsingRealTimeUrlLookupEnabled"
]
}
]
}
],
"SafeBrowsingRealTimeUrlLookupEnabledAndroid": [
{
"platforms": [
"android",
"android_weblayer"
],
"experiments": [
{
"name": "Enabled",
"params": {
"SafeBrowsingRealTimeUrlLookupMemoryThresholdMb": "4096"
},
"enable_features": [
"SafeBrowsingRealTimeUrlLookupEnabled"
]
}
]
}
],
"SafeBrowsingRealTimeUrlLookupEnabledAndroidAllDevices": [
{
"platforms": [
"android"
],
"experiments": [
{
"name": "Enabled",
"enable_features": [
"SafeBrowsingRealTimeUrlLookupEnabledForAllAndroidDevices"
]
}
]
}
],
"SafeBrowsingRealTimeUrlLookupEnabledIOS": [
{
"platforms": [
......@@ -7650,6 +7615,24 @@
]
}
],
"WebProtectRealTimeURLCheck": [
{
"platforms": [
"chromeos",
"linux",
"mac",
"windows"
],
"experiments": [
{
"name": "Enabled",
"enable_features": [
"SafeBrowsingRealTimeUrlLookupEnabledForEnterprise"
]
}
]
}
],
"WebRTC-Audio-NetEqDecisionLogicSettings": [
{
"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