Commit 7b11940e authored by Ali Juma's avatar Ali Juma Committed by Commit Bot

[iOS] Add field trial testing config for Safe Browsing experiment

This adds a field trial testing config entry for the
SafeBrowsingAvailableOnIOS feature.

Bug: 1059911

Change-Id: Iaba96f738087e95d8886b54871e1177451c2e64b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2137654Reviewed-by: default avatarBrian White <bcwhite@chromium.org>
Commit-Queue: Ali Juma <ajuma@chromium.org>
Cr-Commit-Position: refs/heads/master@{#757028}
parent eda836d6
...@@ -4883,6 +4883,21 @@ ...@@ -4883,6 +4883,21 @@
] ]
} }
], ],
"SafeBrowsingAvailableOnIOS": [
{
"platforms": [
"ios"
],
"experiments": [
{
"name": "Enabled",
"enable_features": [
"SafeBrowsingAvailableOnIOS"
]
}
]
}
],
"SafeBrowsingCommittedInterstitials": [ "SafeBrowsingCommittedInterstitials": [
{ {
"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