OLD | NEW |
---|---|
1 { | 1 { |
2 "AllBookmarks": [ | 2 "AllBookmarks": [ |
3 { | 3 { |
4 "platforms": [ | 4 "platforms": [ |
5 "android" | 5 "android" |
6 ], | 6 ], |
7 "experiments": [ | 7 "experiments": [ |
8 { | 8 { |
9 "name": "Disabled", | 9 "name": "Disabled", |
10 "disable_features": [ | 10 "disable_features": [ |
(...skipping 2168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
2179 "mac", | 2179 "mac", |
2180 "win" | 2180 "win" |
2181 ], | 2181 ], |
2182 "experiments": [ | 2182 "experiments": [ |
2183 { | 2183 { |
2184 "name": "Enabled" | 2184 "name": "Enabled" |
2185 } | 2185 } |
2186 ] | 2186 ] |
2187 } | 2187 } |
2188 ], | 2188 ], |
2189 "WebRTC-PeerConnectionDTLS1.2": [ | |
2190 { | |
2191 "platforms": [ | |
2192 "android", | |
2193 "chromeos", | |
2194 "linux", | |
2195 "mac", | |
2196 "win" | |
2197 ], | |
2198 "experiments": [ | |
2199 { | |
2200 "name": "Enabled" | |
2201 } | |
2202 ] | |
2203 } | |
2204 ], | |
2205 "use-new-media-cache": [ | 2189 "use-new-media-cache": [ |
2206 { | 2190 { |
2207 "platforms": [ | 2191 "platforms": [ |
2208 "android", | 2192 "android", |
2209 "chromeos", | 2193 "chromeos", |
2210 "linux", | 2194 "linux", |
2211 "mac", | 2195 "mac", |
2212 "win" | 2196 "win" |
2213 ], | 2197 ], |
2214 "experiments": [ | 2198 "experiments": [ |
2215 { | 2199 { |
2216 "name": "Enabled", | 2200 "name": "Enabled", |
2217 "enable_features": [ | 2201 "enable_features": [ |
2218 "use-new-media-cache" | 2202 "use-new-media-cache" |
2219 ] | 2203 ] |
2220 } | 2204 } |
2221 ] | 2205 ] |
2222 } | 2206 } |
2223 ] | 2207 ] |
2224 } | 2208 } |
OLD | NEW |