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

Side by Side Diff: testing/variations/fieldtrial_testing_config_win.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
« no previous file with comments | « testing/variations/fieldtrial_testing_config_mac.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 "group_name": "DefaultEnabled" 209 "group_name": "DefaultEnabled"
210 } 210 }
211 ], 211 ],
212 "VarationsServiceControl": [ 212 "VarationsServiceControl": [
213 { 213 {
214 "group_name": "Interval_30min", 214 "group_name": "Interval_30min",
215 "params": { 215 "params": {
216 "fetch_period_min": "30" 216 "fetch_period_min": "30"
217 } 217 }
218 } 218 }
219 ],
220 "WebRTC-LocalIPPermissionCheck": [
221 {
222 "group_name": "Enabled"
223 }
219 ] 224 ]
220 } 225 }
OLDNEW
« no previous file with comments | « testing/variations/fieldtrial_testing_config_mac.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698