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

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

Issue 2938003002: Turn on network time querying (on demand only) by default (Closed)
Patch Set: fix stuff Created 3 years, 6 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 | « components/network_time/network_time_tracker.cc ('k') | 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 1665 matching lines...) Expand 10 before | Expand all | Expand 10 after
1676 "experiments": [ 1676 "experiments": [
1677 { 1677 {
1678 "name": "Enabled", 1678 "name": "Enabled",
1679 "enable_features": [ 1679 "enable_features": [
1680 "NetworkSchedulerYielding" 1680 "NetworkSchedulerYielding"
1681 ] 1681 ]
1682 } 1682 }
1683 ] 1683 ]
1684 } 1684 }
1685 ], 1685 ],
1686 "NetworkTimeQueries": [
1687 {
1688 "platforms": [
1689 "android",
1690 "chromeos",
1691 "ios",
1692 "linux",
1693 "mac",
1694 "win"
1695 ],
1696 "experiments": [
1697 {
1698 "name": "NetworkTimeQueriesEnabledOnDemand",
1699 "params": {
1700 "FetchBehavior": "on-demand-only"
1701 },
1702 "enable_features": [
1703 "NetworkTimeServiceQuerying"
1704 ]
1705 }
1706 ]
1707 }
1708 ],
1709 "NewProfileManagement": [ 1686 "NewProfileManagement": [
1710 { 1687 {
1711 "platforms": [ 1688 "platforms": [
1712 "win" 1689 "win"
1713 ], 1690 ],
1714 "experiments": [ 1691 "experiments": [
1715 { 1692 {
1716 "name": "Enabled" 1693 "name": "Enabled"
1717 } 1694 }
1718 ] 1695 ]
(...skipping 1651 matching lines...) Expand 10 before | Expand all | Expand 10 after
3370 { 3347 {
3371 "name": "Enabled", 3348 "name": "Enabled",
3372 "enable_features": [ 3349 "enable_features": [
3373 "use-new-media-cache" 3350 "use-new-media-cache"
3374 ] 3351 ]
3375 } 3352 }
3376 ] 3353 ]
3377 } 3354 }
3378 ] 3355 ]
3379 } 3356 }
OLDNEW
« no previous file with comments | « components/network_time/network_time_tracker.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698