| 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 2852 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2863 { | 2863 { |
| 2864 "platforms": [ | 2864 "platforms": [ |
| 2865 "android", | 2865 "android", |
| 2866 "chromeos", | 2866 "chromeos", |
| 2867 "linux", | 2867 "linux", |
| 2868 "mac", | 2868 "mac", |
| 2869 "win" | 2869 "win" |
| 2870 ], | 2870 ], |
| 2871 "experiments": [ | 2871 "experiments": [ |
| 2872 { | 2872 { |
| 2873 "name": "Future" | 2873 "name": "Future", |
| 2874 "enable_features": [ |
| 2875 "V8Future" |
| 2876 ] |
| 2874 } | 2877 } |
| 2875 ] | 2878 ] |
| 2876 } | 2879 } |
| 2877 ], | 2880 ], |
| 2878 "ViewsSimplifiedFullscreenUI": [ | 2881 "ViewsSimplifiedFullscreenUI": [ |
| 2879 { | 2882 { |
| 2880 "platforms": [ | 2883 "platforms": [ |
| 2881 "mac" | 2884 "mac" |
| 2882 ], | 2885 ], |
| 2883 "experiments": [ | 2886 "experiments": [ |
| (...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3027 { | 3030 { |
| 3028 "name": "Enabled", | 3031 "name": "Enabled", |
| 3029 "enable_features": [ | 3032 "enable_features": [ |
| 3030 "use-new-media-cache" | 3033 "use-new-media-cache" |
| 3031 ] | 3034 ] |
| 3032 } | 3035 } |
| 3033 ] | 3036 ] |
| 3034 } | 3037 } |
| 3035 ] | 3038 ] |
| 3036 } | 3039 } |
| OLD | NEW |