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

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

Issue 2223753002: Enable WebFonts intervention v2 for slow2g on variation test waterfall (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: for other platforms Created 4 years, 4 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 397 matching lines...) Expand 10 before | Expand all | Expand 10 after
408 } 408 }
409 ], 409 ],
410 "ViewsSimplifiedFullscreenUI": [ 410 "ViewsSimplifiedFullscreenUI": [
411 { 411 {
412 "enable_features": [ 412 "enable_features": [
413 "ViewsSimplifiedFullscreenUI" 413 "ViewsSimplifiedFullscreenUI"
414 ], 414 ],
415 "group_name": "Enabled" 415 "group_name": "Enabled"
416 } 416 }
417 ], 417 ],
418 "WebFontsInterventionV2": [
419 {
420 "group_name": "Enabled-slow2g"
421 }
422 ],
418 "WebRTC-EnableWebRtcEcdsa": [ 423 "WebRTC-EnableWebRtcEcdsa": [
419 { 424 {
420 "enable_features": [ 425 "enable_features": [
421 "WebRTC-EnableWebRtcEcdsa" 426 "WebRTC-EnableWebRtcEcdsa"
422 ], 427 ],
423 "group_name": "Enabled" 428 "group_name": "Enabled"
424 } 429 }
425 ], 430 ],
426 "WebRTC-H264WithOpenH264FFmpeg": [ 431 "WebRTC-H264WithOpenH264FFmpeg": [
427 { 432 {
(...skipping 15 matching lines...) Expand all
443 ], 448 ],
444 "use-new-media-cache": [ 449 "use-new-media-cache": [
445 { 450 {
446 "enable_features": [ 451 "enable_features": [
447 "use-new-media-cache" 452 "use-new-media-cache"
448 ], 453 ],
449 "group_name": "Enabled" 454 "group_name": "Enabled"
450 } 455 }
451 ] 456 ]
452 } 457 }
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