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

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

Issue 2620163002: Rename Precache experiment to match production. (Closed)
Patch Set: 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 1569 matching lines...) Expand 10 before | Expand all | Expand 10 after
1580 ] 1580 ]
1581 } 1581 }
1582 ], 1582 ],
1583 "Precache": [ 1583 "Precache": [
1584 { 1584 {
1585 "platforms": [ 1585 "platforms": [
1586 "android" 1586 "android"
1587 ], 1587 ],
1588 "experiments": [ 1588 "experiments": [
1589 { 1589 {
1590 "name": "EnabledGlobalMedium", 1590 "name": "EnabledGlobalMedium2",
1591 "params": { 1591 "params": {
1592 "config_url": "https://www.gstatic.com/chrome/wifiprefet ch/precache_config_gm" 1592 "config_url": "https://www.gstatic.com/chrome/wifiprefet ch/precache_config_gm"
1593 } 1593 }
1594 } 1594 }
1595 ] 1595 ]
1596 } 1596 }
1597 ], 1597 ],
1598 "PreconnectMore": [ 1598 "PreconnectMore": [
1599 { 1599 {
1600 "platforms": [ 1600 "platforms": [
(...skipping 952 matching lines...) Expand 10 before | Expand all | Expand 10 after
2553 { 2553 {
2554 "name": "Enabled", 2554 "name": "Enabled",
2555 "enable_features": [ 2555 "enable_features": [
2556 "use-new-media-cache" 2556 "use-new-media-cache"
2557 ] 2557 ]
2558 } 2558 }
2559 ] 2559 ]
2560 } 2560 }
2561 ] 2561 ]
2562 } 2562 }
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