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

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

Issue 2567033004: Add Precache global ranking config to test list. (Closed)
Patch Set: Rename to match future production group name. Created 3 years, 11 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 "AndroidSessionNotifications": [ 2 "AndroidSessionNotifications": [
3 { 3 {
4 "platforms": [ 4 "platforms": [
5 "android" 5 "android"
6 ], 6 ],
7 "experiments": [ 7 "experiments": [
8 { 8 {
9 "name": "Disabled" 9 "name": "Disabled"
10 } 10 }
(...skipping 1554 matching lines...) Expand 10 before | Expand all | Expand 10 after
1565 ] 1565 ]
1566 } 1566 }
1567 ], 1567 ],
1568 "Precache": [ 1568 "Precache": [
1569 { 1569 {
1570 "platforms": [ 1570 "platforms": [
1571 "android" 1571 "android"
1572 ], 1572 ],
1573 "experiments": [ 1573 "experiments": [
1574 { 1574 {
1575 "name": "Enabled" 1575 "name": "EnabledGlobalMedium",
1576 "params": {
1577 "config_url": "https://www.gstatic.com/chrome/wifiprefet ch/precache_config_gm"
1578 }
1576 } 1579 }
1577 ] 1580 ]
1578 } 1581 }
1579 ], 1582 ],
1580 "PreconnectMore": [ 1583 "PreconnectMore": [
1581 { 1584 {
1582 "platforms": [ 1585 "platforms": [
1583 "android", 1586 "android",
1584 "chromeos", 1587 "chromeos",
1585 "linux", 1588 "linux",
(...skipping 949 matching lines...) Expand 10 before | Expand all | Expand 10 after
2535 { 2538 {
2536 "name": "Enabled", 2539 "name": "Enabled",
2537 "enable_features": [ 2540 "enable_features": [
2538 "use-new-media-cache" 2541 "use-new-media-cache"
2539 ] 2542 ]
2540 } 2543 }
2541 ] 2544 ]
2542 } 2545 }
2543 ] 2546 ]
2544 } 2547 }
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