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

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

Issue 1696383002: Waterfall to use run-time flag WebRTC-H264WithOpenH264FFmpeg (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: "enable_features": [ "WebRTC-H264WithOpenH264FFmpeg" ] Created 4 years, 10 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 "AsyncDNS": [ 2 "AsyncDNS": [
3 { 3 {
4 "group_name": "AsyncDNSA" 4 "group_name": "AsyncDNSA"
5 } 5 }
6 ], 6 ],
7 "AutofillClassifier": [ 7 "AutofillClassifier": [
8 { 8 {
9 "group_name": "Enabled" 9 "group_name": "Enabled"
10 } 10 }
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
206 "params": { 206 "params": {
207 "fetch_period_min": "30" 207 "fetch_period_min": "30"
208 } 208 }
209 } 209 }
210 ], 210 ],
211 "WebFontsIntervention": [ 211 "WebFontsIntervention": [
212 { 212 {
213 "group_name": "Enabled" 213 "group_name": "Enabled"
214 } 214 }
215 ], 215 ],
216 "WebRTC-H264WithOpenH264FFmpeg": [
217 {
218 "enable_features": [
219 "WebRTC-H264WithOpenH264FFmpeg"
220 ],
221 "group_name": "Enabled"
222 }
223 ],
216 "WebRTC-LocalIPPermissionCheck": [ 224 "WebRTC-LocalIPPermissionCheck": [
217 { 225 {
218 "group_name": "Enabled" 226 "group_name": "Enabled"
219 } 227 }
220 ], 228 ],
221 "WebRTC-PeerConnectionDTLS1.2": [ 229 "WebRTC-PeerConnectionDTLS1.2": [
222 { 230 {
223 "group_name": "Enabled" 231 "group_name": "Enabled"
224 } 232 }
225 ] 233 ]
226 } 234 }
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