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

Side by Side Diff: testing/variations/fieldtrial_testing_config_chromeos.json

Issue 1380893005: Enable testing of WebRTC IP Permission Finch (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 "AutofillClassifier": [ 2 "AutofillClassifier": [
3 { 3 {
4 "group_name": "Enabled" 4 "group_name": "Enabled"
5 } 5 }
6 ], 6 ],
7 "AutofillFieldMetadata": [ 7 "AutofillFieldMetadata": [
8 { 8 {
9 "group_name": "Enabled" 9 "group_name": "Enabled"
10 } 10 }
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 "group_name": "DefaultEnabled" 94 "group_name": "DefaultEnabled"
95 } 95 }
96 ], 96 ],
97 "VarationsServiceControl": [ 97 "VarationsServiceControl": [
98 { 98 {
99 "group_name": "Interval_30min", 99 "group_name": "Interval_30min",
100 "params": { 100 "params": {
101 "fetch_period_min": "30" 101 "fetch_period_min": "30"
102 } 102 }
103 } 103 }
104 ],
105 "WebRTC-LocalIPPermissionCheck": [
106 {
107 "group_name": "Enabled"
108 }
104 ] 109 ]
105 } 110 }
OLDNEW
« no previous file with comments | « testing/variations/fieldtrial_testing_config_android.json ('k') | testing/variations/fieldtrial_testing_config_linux.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698