OLD | NEW |
1 { | 1 { |
2 "AndroidSessionNotifications": [ | 2 "AndroidSessionNotifications": [ |
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 } | 10 } |
(...skipping 1282 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1293 "experiments": [ | 1293 "experiments": [ |
1294 { | 1294 { |
1295 "name": "Enabled", | 1295 "name": "Enabled", |
1296 "enable_features": [ | 1296 "enable_features": [ |
1297 "PhysicalWeb" | 1297 "PhysicalWeb" |
1298 ] | 1298 ] |
1299 } | 1299 } |
1300 ] | 1300 ] |
1301 } | 1301 } |
1302 ], | 1302 ], |
1303 "PluginPowerSaverTiny": [ | |
1304 { | |
1305 "platforms": [ | |
1306 "chromeos", | |
1307 "linux", | |
1308 "mac", | |
1309 "win" | |
1310 ], | |
1311 "experiments": [ | |
1312 { | |
1313 "name": "Enabled", | |
1314 "enable_features": [ | |
1315 "BlockSmallPluginContent" | |
1316 ] | |
1317 } | |
1318 ] | |
1319 } | |
1320 ], | |
1321 "PointerEvent": [ | 1303 "PointerEvent": [ |
1322 { | 1304 { |
1323 "platforms": [ | 1305 "platforms": [ |
1324 "android", | 1306 "android", |
1325 "chromeos", | 1307 "chromeos", |
1326 "linux", | 1308 "linux", |
1327 "mac", | 1309 "mac", |
1328 "win" | 1310 "win" |
1329 ], | 1311 ], |
1330 "experiments": [ | 1312 "experiments": [ |
(...skipping 923 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2254 { | 2236 { |
2255 "name": "Enabled", | 2237 "name": "Enabled", |
2256 "enable_features": [ | 2238 "enable_features": [ |
2257 "use-new-media-cache" | 2239 "use-new-media-cache" |
2258 ] | 2240 ] |
2259 } | 2241 } |
2260 ] | 2242 ] |
2261 } | 2243 } |
2262 ] | 2244 ] |
2263 } | 2245 } |
OLD | NEW |