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

Unified Diff: testing/variations/fieldtrial_testing_config.json

Issue 2904583002: Reporting: Add Feature to fieldtrial_testing_config.json (Closed)
Patch Set: Created 3 years, 7 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 934dd057c28ea42dc35bf160443e47392f8effb3..5ff9c892b4145eb056b749e9078386e1d43d6708 100644
--- a/testing/variations/fieldtrial_testing_config.json
+++ b/testing/variations/fieldtrial_testing_config.json
@@ -2536,6 +2536,26 @@
]
}
],
+ "Reporting": [
rkaplow 2017/05/24 17:31:49 kind of nit - I'd prefer if this was more descript
+ {
+ "platforms": [
+ "android",
+ "chromeos",
+ "ios",
+ "linux",
+ "mac",
+ "win"
+ ],
+ "experiments": [
+ {
+ "name": "ReportingEnabled",
+ "enable_features": [
+ "Reporting"
+ ]
+ }
+ ]
+ }
+ ],
"SRTPromptFieldTrial": [
{
"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