| OLD | NEW |
| 1 { | 1 { |
| 2 "AndroidSpellChecker": [ | 2 "AndroidSpellChecker": [ |
| 3 { | 3 { |
| 4 "platforms": [ | 4 "platforms": [ |
| 5 "android" | 5 "android" |
| 6 ], | 6 ], |
| 7 "experiments": [ | 7 "experiments": [ |
| 8 { | 8 { |
| 9 "name": "Enabled_NonLowEnd", | 9 "name": "Enabled_NonLowEnd", |
| 10 "enable_features": [ | 10 "enable_features": [ |
| (...skipping 1302 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1313 ], | 1313 ], |
| 1314 "OfflinePagesAsyncLoading": [ | 1314 "OfflinePagesAsyncLoading": [ |
| 1315 { | 1315 { |
| 1316 "platforms": [ | 1316 "platforms": [ |
| 1317 "android" | 1317 "android" |
| 1318 ], | 1318 ], |
| 1319 "experiments": [ | 1319 "experiments": [ |
| 1320 { | 1320 { |
| 1321 "name": "Enabled", | 1321 "name": "Enabled", |
| 1322 "enable_features": [ | 1322 "enable_features": [ |
| 1323 "OfflinePagesAsyncDownload" | 1323 "OfflinePagesAsyncDownload", |
| 1324 "OfflinePagesSvelte" |
| 1324 ] | 1325 ] |
| 1325 } | 1326 } |
| 1326 ] | 1327 ] |
| 1327 } | 1328 } |
| 1328 ], | 1329 ], |
| 1329 "OutOfProcessPac": [ | 1330 "OutOfProcessPac": [ |
| 1330 { | 1331 { |
| 1331 "platforms": [ | 1332 "platforms": [ |
| 1332 "chromeos", | 1333 "chromeos", |
| 1333 "linux", | 1334 "linux", |
| (...skipping 1350 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2684 { | 2685 { |
| 2685 "name": "Enabled", | 2686 "name": "Enabled", |
| 2686 "enable_features": [ | 2687 "enable_features": [ |
| 2687 "use-new-media-cache" | 2688 "use-new-media-cache" |
| 2688 ] | 2689 ] |
| 2689 } | 2690 } |
| 2690 ] | 2691 ] |
| 2691 } | 2692 } |
| 2692 ] | 2693 ] |
| 2693 } | 2694 } |
| OLD | NEW |