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 1324 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1335 "experiments": [ | 1335 "experiments": [ |
1336 { | 1336 { |
1337 "name": "Enabled", | 1337 "name": "Enabled", |
1338 "enable_features": [ | 1338 "enable_features": [ |
1339 "PreconnectMore" | 1339 "PreconnectMore" |
1340 ] | 1340 ] |
1341 } | 1341 } |
1342 ] | 1342 ] |
1343 } | 1343 } |
1344 ], | 1344 ], |
1345 "PreferHtmlOverPlugins": [ | |
1346 { | |
1347 "platforms": [ | |
1348 "chromeos", | |
1349 "linux", | |
1350 "mac", | |
1351 "win" | |
1352 ], | |
1353 "experiments": [ | |
1354 { | |
1355 "name": "Enabled", | |
1356 "enable_features": [ | |
1357 "PreferHtmlOverPlugins" | |
1358 ] | |
1359 } | |
1360 ] | |
1361 } | |
1362 ], | |
1363 "ProgressBarAnimationAndroid": [ | 1345 "ProgressBarAnimationAndroid": [ |
1364 { | 1346 { |
1365 "platforms": [ | 1347 "platforms": [ |
1366 "android" | 1348 "android" |
1367 ], | 1349 ], |
1368 "experiments": [ | 1350 "experiments": [ |
1369 { | 1351 { |
1370 "name": "SmoothIndeterminateAnimation", | 1352 "name": "SmoothIndeterminateAnimation", |
1371 "params": { | 1353 "params": { |
1372 "progress-bar-animation": "smooth-indeterminate" | 1354 "progress-bar-animation": "smooth-indeterminate" |
(...skipping 840 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2213 { | 2195 { |
2214 "name": "Enabled", | 2196 "name": "Enabled", |
2215 "enable_features": [ | 2197 "enable_features": [ |
2216 "use-new-media-cache" | 2198 "use-new-media-cache" |
2217 ] | 2199 ] |
2218 } | 2200 } |
2219 ] | 2201 ] |
2220 } | 2202 } |
2221 ] | 2203 ] |
2222 } | 2204 } |
OLD | NEW |