Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(351)

Side by Side Diff: testing/variations/fieldtrial_testing_config.json

Issue 2826253002: Add fieldtrial_testing_config for parallel downloading. (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698