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

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

Issue 1388913002: Revert of Enable testing of WebRTC IP Permission Finch (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Manual revert 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 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 } 131 }
132 ], 132 ],
133 "VarationsServiceControl": [ 133 "VarationsServiceControl": [
134 { 134 {
135 "group_name": "Interval_30min", 135 "group_name": "Interval_30min",
136 "params": { 136 "params": {
137 "fetch_period_min": "30" 137 "fetch_period_min": "30"
138 } 138 }
139 } 139 }
140 ], 140 ],
141 "WebRTC-LocalIPPermissionCheck": [
142 {
143 "group_name": "Enabled"
144 }
145 ],
146 "WebRTC-PeerConnectionDTLS1.2": [ 141 "WebRTC-PeerConnectionDTLS1.2": [
147 { 142 {
148 "group_name": "Enabled" 143 "group_name": "Enabled"
149 } 144 }
150 ] 145 ]
151 } 146 }
OLDNEW
« no previous file with comments | « testing/variations/fieldtrial_testing_config_chromeos.json ('k') | testing/variations/fieldtrial_testing_config_mac.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698