Chromium Code Reviews| 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 1304 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 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 ] | 1324 ] |
| 1325 }, | |
| 1326 { | |
| 1327 "name": "Enabled", | |
| 1328 "enable_features": [ | |
| 1329 "OfflinePagesSvelte" | |
|
jianli
2017/01/26 01:32:34
Should this be merged into above entries?
Steven Holte
2017/01/26 21:59:39
Yes, assuming these will be controlled by the same
Pete Williamson
2017/01/28 01:29:13
Done.
| |
| 1330 ] | |
| 1325 } | 1331 } |
| 1326 ] | 1332 ] |
| 1327 } | 1333 } |
| 1328 ], | 1334 ], |
| 1329 "OutOfProcessPac": [ | 1335 "OutOfProcessPac": [ |
| 1330 { | 1336 { |
| 1331 "platforms": [ | 1337 "platforms": [ |
| 1332 "chromeos", | 1338 "chromeos", |
| 1333 "linux", | 1339 "linux", |
| 1334 "mac", | 1340 "mac", |
| (...skipping 1334 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 2669 { | 2675 { |
| 2670 "name": "Enabled", | 2676 "name": "Enabled", |
| 2671 "enable_features": [ | 2677 "enable_features": [ |
| 2672 "use-new-media-cache" | 2678 "use-new-media-cache" |
| 2673 ] | 2679 ] |
| 2674 } | 2680 } |
| 2675 ] | 2681 ] |
| 2676 } | 2682 } |
| 2677 ] | 2683 ] |
| 2678 } | 2684 } |
| OLD | NEW |