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

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

Issue 2826253002: Add fieldtrial_testing_config for parallel downloading. (Closed)
Patch Set: Match the config to beta finch config. 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 "params": {
1790 "min_slice_size": "2097152",
1791 "parallel_request_delay": "5000",
1792 "parallel_request_remaining_time": "2",
1793 "request_count": "2"
1794 },
1795 "enable_features": [
1796 "ParallelDownloading"
1797 ]
1798 }
1799 ]
1800 }
1801 ],
1781 "PassiveDocumentEventListeners": [ 1802 "PassiveDocumentEventListeners": [
1782 { 1803 {
1783 "platforms": [ 1804 "platforms": [
1784 "android", 1805 "android",
1785 "chromeos", 1806 "chromeos",
1786 "linux", 1807 "linux",
1787 "mac", 1808 "mac",
1788 "win" 1809 "win"
1789 ], 1810 ],
1790 "experiments": [ 1811 "experiments": [
(...skipping 1494 matching lines...) Expand 10 before | Expand all | Expand 10 after
3285 { 3306 {
3286 "name": "Enabled", 3307 "name": "Enabled",
3287 "enable_features": [ 3308 "enable_features": [
3288 "use-new-media-cache" 3309 "use-new-media-cache"
3289 ] 3310 ]
3290 } 3311 }
3291 ] 3312 ]
3292 } 3313 }
3293 ] 3314 ]
3294 } 3315 }
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