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_mac.json

Issue 2046463002: Remove WebFontsIntervention flag from fieldtrial testing config (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 354 matching lines...) Expand 10 before | Expand all | Expand 10 after
365 } 365 }
366 ], 366 ],
367 "ViewsSimplifiedFullscreenUI": [ 367 "ViewsSimplifiedFullscreenUI": [
368 { 368 {
369 "enable_features": [ 369 "enable_features": [
370 "ViewsSimplifiedFullscreenUI" 370 "ViewsSimplifiedFullscreenUI"
371 ], 371 ],
372 "group_name": "Enabled" 372 "group_name": "Enabled"
373 } 373 }
374 ], 374 ],
375 "WebFontsIntervention": [
376 {
377 "group_name": "Enabled"
378 }
379 ],
380 "WebRTC-EnableWebRtcEcdsa": [ 375 "WebRTC-EnableWebRtcEcdsa": [
381 { 376 {
382 "enable_features": [ 377 "enable_features": [
383 "WebRTC-EnableWebRtcEcdsa" 378 "WebRTC-EnableWebRtcEcdsa"
384 ], 379 ],
385 "group_name": "Enabled" 380 "group_name": "Enabled"
386 } 381 }
387 ], 382 ],
388 "WebRTC-H264WithOpenH264FFmpeg": [ 383 "WebRTC-H264WithOpenH264FFmpeg": [
389 { 384 {
(...skipping 15 matching lines...) Expand all
405 ], 400 ],
406 "use-new-media-cache": [ 401 "use-new-media-cache": [
407 { 402 {
408 "enable_features": [ 403 "enable_features": [
409 "use-new-media-cache" 404 "use-new-media-cache"
410 ], 405 ],
411 "group_name": "Enabled" 406 "group_name": "Enabled"
412 } 407 }
413 ] 408 ]
414 } 409 }
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