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

Side by Side Diff: testing/variations/fieldtrial_testing_config_mac.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 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 "group_name": "DefaultEnabled" 135 "group_name": "DefaultEnabled"
136 } 136 }
137 ], 137 ],
138 "VarationsServiceControl": [ 138 "VarationsServiceControl": [
139 { 139 {
140 "group_name": "Interval_30min", 140 "group_name": "Interval_30min",
141 "params": { 141 "params": {
142 "fetch_period_min": "30" 142 "fetch_period_min": "30"
143 } 143 }
144 } 144 }
145 ],
146 "WebRTC-LocalIPPermissionCheck": [
147 {
148 "group_name": "Enabled"
149 }
145 ] 150 ]
146 } 151 }
OLDNEW
« no previous file with comments | « testing/variations/fieldtrial_testing_config_linux.json ('k') | testing/variations/fieldtrial_testing_config_win.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698