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

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

Issue 1385323003: Revert of 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 264 matching lines...) Expand 10 before | Expand all | Expand 10 after
275 } 275 }
276 ], 276 ],
277 "VarationsServiceControl": [ 277 "VarationsServiceControl": [
278 { 278 {
279 "group_name": "Interval_30min", 279 "group_name": "Interval_30min",
280 "params": { 280 "params": {
281 "fetch_period_min": "30" 281 "fetch_period_min": "30"
282 } 282 }
283 } 283 }
284 ], 284 ],
285 "WebRTC-LocalIPPermissionCheck": [
286 {
287 "group_name": "Enabled"
288 }
289 ],
290 "WebRTC-PeerConnectionDTLS1.2": [ 285 "WebRTC-PeerConnectionDTLS1.2": [
291 { 286 {
292 "group_name": "Enabled" 287 "group_name": "Enabled"
293 } 288 }
294 ] 289 ]
295 } 290 }
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