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

Side by Side Diff: testing/variations/fieldtrial_testing_config_chromeos.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
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 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 } 105 }
106 ], 106 ],
107 "VarationsServiceControl": [ 107 "VarationsServiceControl": [
108 { 108 {
109 "group_name": "Interval_30min", 109 "group_name": "Interval_30min",
110 "params": { 110 "params": {
111 "fetch_period_min": "30" 111 "fetch_period_min": "30"
112 } 112 }
113 } 113 }
114 ], 114 ],
115 "WebRTC-LocalIPPermissionCheck": [
116 {
117 "group_name": "Enabled"
118 }
119 ],
120 "WebRTC-PeerConnectionDTLS1.2": [ 115 "WebRTC-PeerConnectionDTLS1.2": [
121 { 116 {
122 "group_name": "Enabled" 117 "group_name": "Enabled"
123 } 118 }
124 ] 119 ]
125 } 120 }
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