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

Side by Side Diff: testing/variations/fieldtrial_testing_config_mac.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 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 } 146 }
147 ], 147 ],
148 "VarationsServiceControl": [ 148 "VarationsServiceControl": [
149 { 149 {
150 "group_name": "Interval_30min", 150 "group_name": "Interval_30min",
151 "params": { 151 "params": {
152 "fetch_period_min": "30" 152 "fetch_period_min": "30"
153 } 153 }
154 } 154 }
155 ], 155 ],
156 "WebRTC-LocalIPPermissionCheck": [
157 {
158 "group_name": "Enabled"
159 }
160 ],
161 "WebRTC-PeerConnectionDTLS1.2": [ 156 "WebRTC-PeerConnectionDTLS1.2": [
162 { 157 {
163 "group_name": "Enabled" 158 "group_name": "Enabled"
164 } 159 }
165 ] 160 ]
166 } 161 }
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