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

Side by Side Diff: testing/variations/fieldtrial_testing_config_win.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
« 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 410 matching lines...) Expand 10 before | Expand all | Expand 10 after
421 } 421 }
422 ], 422 ],
423 "VarationsServiceControl": [ 423 "VarationsServiceControl": [
424 { 424 {
425 "group_name": "Interval_30min", 425 "group_name": "Interval_30min",
426 "params": { 426 "params": {
427 "fetch_period_min": "30" 427 "fetch_period_min": "30"
428 } 428 }
429 } 429 }
430 ], 430 ],
431 "WebFontsIntervention": [
432 {
433 "group_name": "Enabled"
434 }
435 ],
436 "WebRTC-EnableWebRtcEcdsa": [ 431 "WebRTC-EnableWebRtcEcdsa": [
437 { 432 {
438 "enable_features": [ 433 "enable_features": [
439 "WebRTC-EnableWebRtcEcdsa" 434 "WebRTC-EnableWebRtcEcdsa"
440 ], 435 ],
441 "group_name": "Enabled" 436 "group_name": "Enabled"
442 } 437 }
443 ], 438 ],
444 "WebRTC-H264WithOpenH264FFmpeg": [ 439 "WebRTC-H264WithOpenH264FFmpeg": [
445 { 440 {
(...skipping 15 matching lines...) Expand all
461 ], 456 ],
462 "use-new-media-cache": [ 457 "use-new-media-cache": [
463 { 458 {
464 "enable_features": [ 459 "enable_features": [
465 "use-new-media-cache" 460 "use-new-media-cache"
466 ], 461 ],
467 "group_name": "Enabled" 462 "group_name": "Enabled"
468 } 463 }
469 ] 464 ]
470 } 465 }
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