| 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 830 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 841 "mac", | 841 "mac", |
| 842 "win" | 842 "win" |
| 843 ], | 843 ], |
| 844 "experiments": [ | 844 "experiments": [ |
| 845 { | 845 { |
| 846 "name": "Enabled_30sMaxThrottilingDelay", | 846 "name": "Enabled_30sMaxThrottilingDelay", |
| 847 "params": { | 847 "params": { |
| 848 "cpu_budget": "0.01", | 848 "cpu_budget": "0.01", |
| 849 "initial_budget": "1.0", | 849 "initial_budget": "1.0", |
| 850 "max_budget": "3.0", | 850 "max_budget": "3.0", |
| 851 "max_delay": "30.0" | 851 "max_delay": "-1" |
| 852 }, | 852 }, |
| 853 "enable_features": [ | 853 "enable_features": [ |
| 854 "ExpensiveBackgroundTimerThrottling" | 854 "ExpensiveBackgroundTimerThrottling" |
| 855 ] | 855 ] |
| 856 } | 856 } |
| 857 ] | 857 ] |
| 858 } | 858 } |
| 859 ], | 859 ], |
| 860 "ExtensionContentVerification": [ | 860 "ExtensionContentVerification": [ |
| 861 { | 861 { |
| (...skipping 2112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2974 { | 2974 { |
| 2975 "name": "Enabled", | 2975 "name": "Enabled", |
| 2976 "enable_features": [ | 2976 "enable_features": [ |
| 2977 "use-new-media-cache" | 2977 "use-new-media-cache" |
| 2978 ] | 2978 ] |
| 2979 } | 2979 } |
| 2980 ] | 2980 ] |
| 2981 } | 2981 } |
| 2982 ] | 2982 ] |
| 2983 } | 2983 } |
| OLD | NEW |