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

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

Issue 1968653004: Add finch fieldtrial testing config for network time queries (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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
OLDNEW
1 { 1 {
2 "AsyncDNS": [ 2 "AsyncDNS": [
3 { 3 {
4 "group_name": "AsyncDNSA" 4 "group_name": "AsyncDNSA"
5 } 5 }
6 ], 6 ],
7 "AutofillClassifier": [ 7 "AutofillClassifier": [
8 { 8 {
9 "group_name": "Enabled" 9 "group_name": "Enabled"
10 } 10 }
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 "MaterialDesignDownloads": [ 97 "MaterialDesignDownloads": [
98 { 98 {
99 "group_name": "Enabled" 99 "group_name": "Enabled"
100 } 100 }
101 ], 101 ],
102 "MojoChannel": [ 102 "MojoChannel": [
103 { 103 {
104 "group_name": "Enabled" 104 "group_name": "Enabled"
105 } 105 }
106 ], 106 ],
107 "NetworkTimeQueries": [
108 {
109 "enable_features": [
110 "NetworkTimeServiceQuerying"
111 ],
112 "group_name": "NetworkTimeQueriesEnabled"
113 }
114 ],
107 "OfferUploadCreditCards": [ 115 "OfferUploadCreditCards": [
108 { 116 {
109 "group_name": "Enabled" 117 "group_name": "Enabled"
110 } 118 }
111 ], 119 ],
112 "OutOfProcessPac": [ 120 "OutOfProcessPac": [
113 { 121 {
114 "group_name": "Enabled" 122 "group_name": "Enabled"
115 } 123 }
116 ], 124 ],
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
311 ], 319 ],
312 "use-new-media-cache": [ 320 "use-new-media-cache": [
313 { 321 {
314 "enable_features": [ 322 "enable_features": [
315 "use-new-media-cache" 323 "use-new-media-cache"
316 ], 324 ],
317 "group_name": "Enabled" 325 "group_name": "Enabled"
318 } 326 }
319 ] 327 ]
320 } 328 }
OLDNEW
« no previous file with comments | « testing/variations/fieldtrial_testing_config_ios.json ('k') | testing/variations/fieldtrial_testing_config_mac.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698