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

Side by Side Diff: testing/variations/fieldtrial_testing_config_chromeos.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 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 "LocalNTPSuggestionsService": [ 61 "LocalNTPSuggestionsService": [
62 { 62 {
63 "group_name": "Enabled" 63 "group_name": "Enabled"
64 } 64 }
65 ], 65 ],
66 "MaterialDesignDownloads": [ 66 "MaterialDesignDownloads": [
67 { 67 {
68 "group_name": "Enabled" 68 "group_name": "Enabled"
69 } 69 }
70 ], 70 ],
71 "MojoChannel": [
72 {
73 "group_name": "Enabled"
74 }
75 ],
71 "OfferUploadCreditCards": [ 76 "OfferUploadCreditCards": [
72 { 77 {
73 "group_name": "Enabled" 78 "group_name": "Enabled"
74 } 79 }
75 ], 80 ],
76 "PageRevisitInstrumentation": [ 81 "PageRevisitInstrumentation": [
77 { 82 {
78 "group_name": "Enabled" 83 "group_name": "Enabled"
79 } 84 }
80 ], 85 ],
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
246 ], 251 ],
247 "use-new-media-cache": [ 252 "use-new-media-cache": [
248 { 253 {
249 "enable_features": [ 254 "enable_features": [
250 "use-new-media-cache" 255 "use-new-media-cache"
251 ], 256 ],
252 "group_name": "Enabled" 257 "group_name": "Enabled"
253 } 258 }
254 ] 259 ]
255 } 260 }
OLDNEW
« no previous file with comments | « testing/variations/fieldtrial_testing_config_android.json ('k') | testing/variations/fieldtrial_testing_config_linux.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698