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

Side by Side Diff: testing/variations/fieldtrial_testing_config_android.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 | « no previous file | testing/variations/fieldtrial_testing_config_chromeos.json » ('j') | 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 "AndroidSessionNotifications": [ 2 "AndroidSessionNotifications": [
3 { 3 {
4 "group_name": "Disabled" 4 "group_name": "Disabled"
5 } 5 }
6 ], 6 ],
7 "AutofillClassifier": [ 7 "AutofillClassifier": [
8 { 8 {
9 "group_name": "Enabled" 9 "group_name": "Enabled"
10 } 10 }
(...skipping 258 matching lines...) Expand 10 before | Expand all | Expand 10 after
269 } 269 }
270 } 270 }
271 ], 271 ],
272 "VarationsServiceControl": [ 272 "VarationsServiceControl": [
273 { 273 {
274 "group_name": "Interval_30min", 274 "group_name": "Interval_30min",
275 "params": { 275 "params": {
276 "fetch_period_min": "30" 276 "fetch_period_min": "30"
277 } 277 }
278 } 278 }
279 ],
280 "WebRTC-LocalIPPermissionCheck": [
281 {
282 "group_name": "Enabled"
283 }
279 ] 284 ]
280 } 285 }
OLDNEW
« no previous file with comments | « no previous file | testing/variations/fieldtrial_testing_config_chromeos.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698