Commit 17667924 authored by Emily Stark's avatar Emily Stark Committed by Commit Bot

Add Android field trial config for recurrent interstitial

Bug: 839969
Change-Id: I07ad560f50aa25a10a5a9fb55ebdd525d0fa6e84
Reviewed-on: https://chromium-review.googlesource.com/1136711Reviewed-by: default avatarIlya Sherman <isherman@chromium.org>
Commit-Queue: Emily Stark <estark@chromium.org>
Cr-Commit-Position: refs/heads/master@{#575054}
parent e7886601
...@@ -3243,7 +3243,6 @@ ...@@ -3243,7 +3243,6 @@
"RecurrentSSLInterstitial": [ "RecurrentSSLInterstitial": [
{ {
"platforms": [ "platforms": [
"android",
"chromeos", "chromeos",
"linux", "linux",
"mac", "mac",
...@@ -3260,6 +3259,23 @@ ...@@ -3260,6 +3259,23 @@
] ]
} }
] ]
},
{
"platforms": [
"android"
],
"experiments": [
{
"name": "RecurrentInterstitialWithUIEnabled",
"params": {
"mode": "pref",
"show_error_ui": "true"
},
"enable_features": [
"RecurrentInterstitialFeature"
]
}
]
} }
], ],
"RemoveNavigationHistory": [ "RemoveNavigationHistory": [
......
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