OLD | NEW |
1 { | 1 { |
2 "AlternateComponentUrls": [ | 2 "AlternateComponentUrls": [ |
3 { | 3 { |
4 "platforms": [ | 4 "platforms": [ |
5 "android", | 5 "android", |
6 "chromeos", | 6 "chromeos", |
7 "ios", | 7 "ios", |
8 "linux", | 8 "linux", |
9 "mac", | 9 "mac", |
10 "win" | 10 "win" |
(...skipping 763 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
774 "disallowFetchForDocWrittenScriptsInMainFrame": "false", | 774 "disallowFetchForDocWrittenScriptsInMainFrame": "false", |
775 "disallowFetchForDocWrittenScriptsInMainFrameOnSlowConne
ctions": "true" | 775 "disallowFetchForDocWrittenScriptsInMainFrameOnSlowConne
ctions": "true" |
776 }, | 776 }, |
777 "disable_features": [ | 777 "disable_features": [ |
778 "DocumentWriteEvaluator" | 778 "DocumentWriteEvaluator" |
779 ] | 779 ] |
780 } | 780 } |
781 ] | 781 ] |
782 } | 782 } |
783 ], | 783 ], |
784 "DownloadAttributionPerformanceTest": [ | |
785 { | |
786 "platforms": [ | |
787 "chromeos", | |
788 "linux", | |
789 "mac", | |
790 "win" | |
791 ], | |
792 "experiments": [ | |
793 { | |
794 "name": "DownloadAttributionEnabled", | |
795 "enable_features": [ | |
796 "DownloadAttribution" | |
797 ] | |
798 } | |
799 ] | |
800 } | |
801 ], | |
802 "DownloadsUi": [ | 784 "DownloadsUi": [ |
803 { | 785 { |
804 "platforms": [ | 786 "platforms": [ |
805 "android" | 787 "android" |
806 ], | 788 ], |
807 "experiments": [ | 789 "experiments": [ |
808 { | 790 { |
809 "name": "Enabled", | 791 "name": "Enabled", |
810 "enable_features": [ | 792 "enable_features": [ |
811 "DownloadsUi" | 793 "DownloadsUi" |
(...skipping 2518 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3330 { | 3312 { |
3331 "name": "Enabled", | 3313 "name": "Enabled", |
3332 "enable_features": [ | 3314 "enable_features": [ |
3333 "use-new-media-cache" | 3315 "use-new-media-cache" |
3334 ] | 3316 ] |
3335 } | 3317 } |
3336 ] | 3318 ] |
3337 } | 3319 } |
3338 ] | 3320 ] |
3339 } | 3321 } |
OLD | NEW |