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

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

Issue 1918583002: Add field trial testing config for MojoChannel (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 "LocalNTPSuggestionsService": [ 84 "LocalNTPSuggestionsService": [
85 { 85 {
86 "group_name": "Enabled" 86 "group_name": "Enabled"
87 } 87 }
88 ], 88 ],
89 "MaterialDesignDownloads": [ 89 "MaterialDesignDownloads": [
90 { 90 {
91 "group_name": "Enabled" 91 "group_name": "Enabled"
92 } 92 }
93 ], 93 ],
94 "MojoChannel": [
95 {
96 "group_name": "Enabled"
97 }
98 ],
94 "OfferUploadCreditCards": [ 99 "OfferUploadCreditCards": [
95 { 100 {
96 "group_name": "Enabled" 101 "group_name": "Enabled"
97 } 102 }
98 ], 103 ],
99 "PageRevisitInstrumentation": [ 104 "PageRevisitInstrumentation": [
100 { 105 {
101 "group_name": "Enabled" 106 "group_name": "Enabled"
102 } 107 }
103 ], 108 ],
(...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after
301 ], 306 ],
302 "use-new-media-cache": [ 307 "use-new-media-cache": [
303 { 308 {
304 "enable_features": [ 309 "enable_features": [
305 "use-new-media-cache" 310 "use-new-media-cache"
306 ], 311 ],
307 "group_name": "Enabled" 312 "group_name": "Enabled"
308 } 313 }
309 ] 314 ]
310 } 315 }
OLDNEW
« no previous file with comments | « testing/variations/fieldtrial_testing_config_chromeos.json ('k') | testing/variations/fieldtrial_testing_config_mac.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698