Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(304)

Unified Diff: testing/variations/fieldtrial_testing_config.json

Issue 2949003003: Implement a skeleton of the Superfish interstitial (Closed)
Patch Set: Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: testing/variations/fieldtrial_testing_config.json
diff --git a/testing/variations/fieldtrial_testing_config.json b/testing/variations/fieldtrial_testing_config.json
index 0a56056b42e5994bcb30eab6739166323d1441c8..25c603257feda67ac22881d2bbecbd8ba1ca6aff 100644
--- a/testing/variations/fieldtrial_testing_config.json
+++ b/testing/variations/fieldtrial_testing_config.json
@@ -2990,6 +2990,21 @@
]
}
],
+ "SuperfishInterstitial": [
+ {
+ "platforms": [
+ "win"
+ ],
+ "experiments": [
+ {
+ "name": "Enabled",
+ "enable_features": [
+ "SuperfishInterstitial"
+ ]
+ }
+ ]
+ }
+ ],
"SyncUSSAutocomplete": [
{
"platforms": [

Powered by Google App Engine
This is Rietveld 408576698