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

Side by Side Diff: testing/variations/fieldtrial_testing_config_chromeos.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 "AutofillClassifier": [ 2 "AutofillClassifier": [
3 { 3 {
4 "group_name": "Enabled" 4 "group_name": "Enabled"
5 } 5 }
6 ], 6 ],
7 "AutofillFieldMetadata": [ 7 "AutofillFieldMetadata": [
8 { 8 {
9 "group_name": "Enabled" 9 "group_name": "Enabled"
10 } 10 }
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 "MaterialDesignDownloads": [ 74 "MaterialDesignDownloads": [
75 { 75 {
76 "group_name": "Enabled" 76 "group_name": "Enabled"
77 } 77 }
78 ], 78 ],
79 "MojoChannel": [ 79 "MojoChannel": [
80 { 80 {
81 "group_name": "Enabled" 81 "group_name": "Enabled"
82 } 82 }
83 ], 83 ],
84 "NetworkTimeQueries": [
85 {
86 "enable_features": [
87 "NetworkTimeServiceQuerying"
88 ],
89 "group_name": "NetworkTimeQueriesEnabled"
90 }
91 ],
84 "OfferUploadCreditCards": [ 92 "OfferUploadCreditCards": [
85 { 93 {
86 "group_name": "Enabled" 94 "group_name": "Enabled"
87 } 95 }
88 ], 96 ],
89 "OutOfProcessPac": [ 97 "OutOfProcessPac": [
90 { 98 {
91 "group_name": "Enabled" 99 "group_name": "Enabled"
92 } 100 }
93 ], 101 ],
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
256 ], 264 ],
257 "use-new-media-cache": [ 265 "use-new-media-cache": [
258 { 266 {
259 "enable_features": [ 267 "enable_features": [
260 "use-new-media-cache" 268 "use-new-media-cache"
261 ], 269 ],
262 "group_name": "Enabled" 270 "group_name": "Enabled"
263 } 271 }
264 ] 272 ]
265 } 273 }
OLDNEW
« no previous file with comments | « testing/variations/fieldtrial_testing_config_android.json ('k') | testing/variations/fieldtrial_testing_config_ios.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698