| 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 1868 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1879 "platforms": [ | 1879 "platforms": [ |
| 1880 "android", | 1880 "android", |
| 1881 "chromeos", | 1881 "chromeos", |
| 1882 "ios", | 1882 "ios", |
| 1883 "linux", | 1883 "linux", |
| 1884 "mac", | 1884 "mac", |
| 1885 "win" | 1885 "win" |
| 1886 ], | 1886 ], |
| 1887 "experiments": [ | 1887 "experiments": [ |
| 1888 { | 1888 { |
| 1889 "name": "EnabledInMemory", | 1889 "name": "EnabledOnDiskNoStability3", |
| 1890 "params": { | 1890 "params": { |
| 1891 "storage": "LocalMemory" | 1891 "send_unreported_metrics": "no", |
| 1892 }, | |
| 1893 "enable_features": [ | |
| 1894 "PersistentHistograms" | |
| 1895 ] | |
| 1896 }, | |
| 1897 { | |
| 1898 "name": "EnabledOnDisk", | |
| 1899 "params": { | |
| 1900 "storage": "MappedFile" | 1892 "storage": "MappedFile" |
| 1901 }, | 1893 }, |
| 1902 "enable_features": [ | 1894 "enable_features": [ |
| 1903 "PersistentHistograms" | 1895 "PersistentHistograms" |
| 1904 ] | 1896 ] |
| 1905 } | 1897 } |
| 1906 ] | 1898 ] |
| 1907 } | 1899 } |
| 1908 ], | 1900 ], |
| 1909 "PhysicalWeb": [ | 1901 "PhysicalWeb": [ |
| (...skipping 1183 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3093 { | 3085 { |
| 3094 "name": "Enabled", | 3086 "name": "Enabled", |
| 3095 "enable_features": [ | 3087 "enable_features": [ |
| 3096 "use-new-media-cache" | 3088 "use-new-media-cache" |
| 3097 ] | 3089 ] |
| 3098 } | 3090 } |
| 3099 ] | 3091 ] |
| 3100 } | 3092 } |
| 3101 ] | 3093 ] |
| 3102 } | 3094 } |
| OLD | NEW |