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

Side by Side Diff: testing/variations/fieldtrial_testing_config_mac.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 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 "MaterialDesignDownloads": [ 126 "MaterialDesignDownloads": [
127 { 127 {
128 "group_name": "Enabled" 128 "group_name": "Enabled"
129 } 129 }
130 ], 130 ],
131 "MojoChannel": [ 131 "MojoChannel": [
132 { 132 {
133 "group_name": "Enabled" 133 "group_name": "Enabled"
134 } 134 }
135 ], 135 ],
136 "NetworkTimeQueries": [
137 {
138 "enable_features": [
139 "NetworkTimeServiceQuerying"
140 ],
141 "group_name": "NetworkTimeQueriesEnabled"
142 }
143 ],
136 "OfferUploadCreditCards": [ 144 "OfferUploadCreditCards": [
137 { 145 {
138 "group_name": "Enabled" 146 "group_name": "Enabled"
139 } 147 }
140 ], 148 ],
141 "OutOfProcessPac": [ 149 "OutOfProcessPac": [
142 { 150 {
143 "group_name": "Enabled" 151 "group_name": "Enabled"
144 } 152 }
145 ], 153 ],
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
356 ], 364 ],
357 "use-new-media-cache": [ 365 "use-new-media-cache": [
358 { 366 {
359 "enable_features": [ 367 "enable_features": [
360 "use-new-media-cache" 368 "use-new-media-cache"
361 ], 369 ],
362 "group_name": "Enabled" 370 "group_name": "Enabled"
363 } 371 }
364 ] 372 ]
365 } 373 }
OLDNEW
« no previous file with comments | « testing/variations/fieldtrial_testing_config_linux.json ('k') | testing/variations/fieldtrial_testing_config_win.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698