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

Side by Side Diff: testing/variations/fieldtrial_testing_config_win.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 | « 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 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
220 } 220 }
221 ], 221 ],
222 "VarationsServiceControl": [ 222 "VarationsServiceControl": [
223 { 223 {
224 "group_name": "Interval_30min", 224 "group_name": "Interval_30min",
225 "params": { 225 "params": {
226 "fetch_period_min": "30" 226 "fetch_period_min": "30"
227 } 227 }
228 } 228 }
229 ], 229 ],
230 "WebRTC-LocalIPPermissionCheck": [
231 {
232 "group_name": "Enabled"
233 }
234 ],
235 "WebRTC-PeerConnectionDTLS1.2": [ 230 "WebRTC-PeerConnectionDTLS1.2": [
236 { 231 {
237 "group_name": "Enabled" 232 "group_name": "Enabled"
238 } 233 }
239 ] 234 ]
240 } 235 }
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