| 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 2841 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2852 }, | 2852 }, |
| 2853 { | 2853 { |
| 2854 "name": "normal" | 2854 "name": "normal" |
| 2855 }, | 2855 }, |
| 2856 { | 2856 { |
| 2857 "name": "aggressive" | 2857 "name": "aggressive" |
| 2858 } | 2858 } |
| 2859 ] | 2859 ] |
| 2860 } | 2860 } |
| 2861 ], | 2861 ], |
| 2862 "V8Ignition": [ |
| 2863 { |
| 2864 "platforms": [ |
| 2865 "android", |
| 2866 "chromeos", |
| 2867 "linux", |
| 2868 "mac", |
| 2869 "win" |
| 2870 ], |
| 2871 "experiments": [ |
| 2872 { |
| 2873 "name": "Future" |
| 2874 } |
| 2875 ] |
| 2876 } |
| 2877 ], |
| 2862 "ViewsSimplifiedFullscreenUI": [ | 2878 "ViewsSimplifiedFullscreenUI": [ |
| 2863 { | 2879 { |
| 2864 "platforms": [ | 2880 "platforms": [ |
| 2865 "mac" | 2881 "mac" |
| 2866 ], | 2882 ], |
| 2867 "experiments": [ | 2883 "experiments": [ |
| 2868 { | 2884 { |
| 2869 "name": "Enabled", | 2885 "name": "Enabled", |
| 2870 "enable_features": [ | 2886 "enable_features": [ |
| 2871 "ViewsSimplifiedFullscreenUI" | 2887 "ViewsSimplifiedFullscreenUI" |
| (...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3011 { | 3027 { |
| 3012 "name": "Enabled", | 3028 "name": "Enabled", |
| 3013 "enable_features": [ | 3029 "enable_features": [ |
| 3014 "use-new-media-cache" | 3030 "use-new-media-cache" |
| 3015 ] | 3031 ] |
| 3016 } | 3032 } |
| 3017 ] | 3033 ] |
| 3018 } | 3034 } |
| 3019 ] | 3035 ] |
| 3020 } | 3036 } |
| OLD | NEW |