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 ], |
1345 "ProgressBarAnimationAndroid": [ | 1363 "ProgressBarAnimationAndroid": [ |
1346 { | 1364 { |
1347 "platforms": [ | 1365 "platforms": [ |
1348 "android" | 1366 "android" |
1349 ], | 1367 ], |
1350 "experiments": [ | 1368 "experiments": [ |
1351 { | 1369 { |
1352 "name": "SmoothIndeterminateAnimation", | 1370 "name": "SmoothIndeterminateAnimation", |
1353 "params": { | 1371 "params": { |
1354 "progress-bar-animation": "smooth-indeterminate" | 1372 "progress-bar-animation": "smooth-indeterminate" |
(...skipping 840 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2195 { | 2213 { |
2196 "name": "Enabled", | 2214 "name": "Enabled", |
2197 "enable_features": [ | 2215 "enable_features": [ |
2198 "use-new-media-cache" | 2216 "use-new-media-cache" |
2199 ] | 2217 ] |
2200 } | 2218 } |
2201 ] | 2219 ] |
2202 } | 2220 } |
2203 ] | 2221 ] |
2204 } | 2222 } |
OLD | NEW |