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

Side by Side Diff: testing/variations/fieldtrial_testing_config_mac.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 "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 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 "MacMemoryMechanism": [ 105 "MacMemoryMechanism": [
106 { 106 {
107 "group_name": "Mach" 107 "group_name": "Mach"
108 } 108 }
109 ], 109 ],
110 "MaterialDesignDownloads": [ 110 "MaterialDesignDownloads": [
111 { 111 {
112 "group_name": "Enabled" 112 "group_name": "Enabled"
113 } 113 }
114 ], 114 ],
115 "MojoChannel": [
116 {
117 "group_name": "Enabled"
118 }
119 ],
115 "OfferUploadCreditCards": [ 120 "OfferUploadCreditCards": [
116 { 121 {
117 "group_name": "Enabled" 122 "group_name": "Enabled"
118 } 123 }
119 ], 124 ],
120 "PageRevisitInstrumentation": [ 125 "PageRevisitInstrumentation": [
121 { 126 {
122 "group_name": "Enabled" 127 "group_name": "Enabled"
123 } 128 }
124 ], 129 ],
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
338 ], 343 ],
339 "use-new-media-cache": [ 344 "use-new-media-cache": [
340 { 345 {
341 "enable_features": [ 346 "enable_features": [
342 "use-new-media-cache" 347 "use-new-media-cache"
343 ], 348 ],
344 "group_name": "Enabled" 349 "group_name": "Enabled"
345 } 350 }
346 ] 351 ]
347 } 352 }
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