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

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

Issue 2567033004: Add Precache global ranking config to test list. (Closed)
Patch Set: Created 4 years 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 1446 matching lines...) Expand 10 before | Expand all | Expand 10 after
1457 } 1457 }
1458 ], 1458 ],
1459 "Precache": [ 1459 "Precache": [
1460 { 1460 {
1461 "platforms": [ 1461 "platforms": [
1462 "android" 1462 "android"
1463 ], 1463 ],
1464 "experiments": [ 1464 "experiments": [
1465 { 1465 {
1466 "name": "Enabled" 1466 "name": "Enabled"
1467 },
1468 {
1469 "name": "EnabledGlobalRanking",
Alexei Svitkine (slow) 2016/12/13 20:41:59 Actually, put this first or remove the Enabled gro
twifkak 2016/12/13 20:43:16 Oh, well the first config is what is being run on
1470 "params": {
1471 "config_url": "https://www.gstatic.com/chrome/wifiprefet ch/precache_config_gm"
1472 }
1467 } 1473 }
1468 ] 1474 ]
1469 } 1475 }
1470 ], 1476 ],
1471 "PreconnectMore": [ 1477 "PreconnectMore": [
1472 { 1478 {
1473 "platforms": [ 1479 "platforms": [
1474 "android", 1480 "android",
1475 "chromeos", 1481 "chromeos",
1476 "linux", 1482 "linux",
(...skipping 983 matching lines...) Expand 10 before | Expand all | Expand 10 after
2460 { 2466 {
2461 "name": "Enabled", 2467 "name": "Enabled",
2462 "enable_features": [ 2468 "enable_features": [
2463 "use-new-media-cache" 2469 "use-new-media-cache"
2464 ] 2470 ]
2465 } 2471 }
2466 ] 2472 ]
2467 } 2473 }
2468 ] 2474 ]
2469 } 2475 }
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