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

Unified Diff: testing/variations/fieldtrial_testing_config.json

Issue 2956503002: Adding a previews blacklist transtion entry to fieldtrial list (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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/variations/fieldtrial_testing_config.json
diff --git a/testing/variations/fieldtrial_testing_config.json b/testing/variations/fieldtrial_testing_config.json
index a9141a1ea72da8fd0310b383cb19322fffa640e2..7e8fa6c1c9088b770ae7dbf8647d284973293e6b 100644
--- a/testing/variations/fieldtrial_testing_config.json
+++ b/testing/variations/fieldtrial_testing_config.json
@@ -599,6 +599,24 @@
]
}
],
+ "DataReductionProxyPreviewsBlacklistTransition": [
+ {
+ "platforms": [
+ "android"
+ ],
+ "experiments": [
+ {
+ "name": "Enabled"
+ },
+ {
+ "name": "Control"
tbansal1 2017/06/23 17:18:02 IIUC, there is no need to add "Control" and "Disab
rkaplow 2017/06/23 19:26:20 also only the first one listed gets tested. So you
RyanSturm 2017/06/23 19:28:30 Done. Definitely will use feature api in the futur
+ },
+ {
+ "name": "Disabled"
+ }
+ ]
+ }
+ ],
"DataReductionProxyServerExperiments": [
{
"platforms": [
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698