Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 { | 1 { |
| 2 "AlternateComponentUrls": [ | 2 "AlternateComponentUrls": [ |
| 3 { | 3 { |
| 4 "platforms": [ | 4 "platforms": [ |
| 5 "android", | 5 "android", |
| 6 "chromeos", | 6 "chromeos", |
| 7 "ios", | 7 "ios", |
| 8 "linux", | 8 "linux", |
| 9 "mac", | 9 "mac", |
| 10 "win" | 10 "win" |
| (...skipping 1760 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1771 "mac", | 1771 "mac", |
| 1772 "win" | 1772 "win" |
| 1773 ], | 1773 ], |
| 1774 "experiments": [ | 1774 "experiments": [ |
| 1775 { | 1775 { |
| 1776 "name": "Enabled" | 1776 "name": "Enabled" |
| 1777 } | 1777 } |
| 1778 ] | 1778 ] |
| 1779 } | 1779 } |
| 1780 ], | 1780 ], |
| 1781 "ParallelDownloading": [ | |
| 1782 { | |
| 1783 "platforms": [ | |
| 1784 "android" | |
| 1785 ], | |
| 1786 "experiments": [ | |
| 1787 { | |
| 1788 "name": "Enabled" | |
| 1789 } | |
| 1790 ] | |
|
Alexei Svitkine (slow)
2017/04/19 19:56:21
You're missing enable_features and params sections
xingliu
2017/04/19 20:54:23
Done.
| |
| 1791 } | |
| 1792 ], | |
| 1781 "PassiveDocumentEventListeners": [ | 1793 "PassiveDocumentEventListeners": [ |
| 1782 { | 1794 { |
| 1783 "platforms": [ | 1795 "platforms": [ |
| 1784 "android", | 1796 "android", |
| 1785 "chromeos", | 1797 "chromeos", |
| 1786 "linux", | 1798 "linux", |
| 1787 "mac", | 1799 "mac", |
| 1788 "win" | 1800 "win" |
| 1789 ], | 1801 ], |
| 1790 "experiments": [ | 1802 "experiments": [ |
| (...skipping 1494 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 3285 { | 3297 { |
| 3286 "name": "Enabled", | 3298 "name": "Enabled", |
| 3287 "enable_features": [ | 3299 "enable_features": [ |
| 3288 "use-new-media-cache" | 3300 "use-new-media-cache" |
| 3289 ] | 3301 ] |
| 3290 } | 3302 } |
| 3291 ] | 3303 ] |
| 3292 } | 3304 } |
| 3293 ] | 3305 ] |
| 3294 } | 3306 } |
| OLD | NEW |