Commit 4c2c5c67 authored by Carlos IL's avatar Carlos IL Committed by Commit Bot

Removed RecurrentSSLInterstitial from field trial config

RecurrentSSLInterstitial is launching and has been enabled by default
on trunk, this CL removes the experiment from
fieldtrial_testing_config.json.

Bug: 840575
Change-Id: I14f3c9862096807dcbc495e26d13e548b4c4168b
Reviewed-on: https://chromium-review.googlesource.com/1180406Reviewed-by: default avatarIlya Sherman <isherman@chromium.org>
Commit-Queue: Carlos IL <carlosil@chromium.org>
Cr-Commit-Position: refs/heads/master@{#584236}
parent bd7d3fa8
...@@ -3482,44 +3482,6 @@ ...@@ -3482,44 +3482,6 @@
] ]
} }
], ],
"RecurrentSSLInterstitial": [
{
"platforms": [
"chromeos",
"linux",
"mac",
"windows"
],
"experiments": [
{
"name": "RecurrentInterstitialWithUIEnabled_V2",
"params": {
"show_error_ui": "true"
},
"enable_features": [
"RecurrentInterstitialFeature"
]
}
]
},
{
"platforms": [
"android"
],
"experiments": [
{
"name": "RecurrentInterstitialWithUIEnabled_V2",
"params": {
"mode": "pref",
"show_error_ui": "true"
},
"enable_features": [
"RecurrentInterstitialFeature"
]
}
]
}
],
"RemoveNavigationHistory": [ "RemoveNavigationHistory": [
{ {
"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