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

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

Issue 1710083005: Remove old downloads UI; Material Design version is now the default. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 4 years, 10 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 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 "InstanceID": [ 69 "InstanceID": [
70 { 70 {
71 "group_name": "Enabled" 71 "group_name": "Enabled"
72 } 72 }
73 ], 73 ],
74 "LocalNTPSuggestionsService": [ 74 "LocalNTPSuggestionsService": [
75 { 75 {
76 "group_name": "Enabled" 76 "group_name": "Enabled"
77 } 77 }
78 ], 78 ],
79 "MaterialDesignDownloads": [
80 {
81 "group_name": "Enabled"
82 }
83 ],
84 "OfferUploadCreditCards": [ 79 "OfferUploadCreditCards": [
85 { 80 {
86 "group_name": "Enabled" 81 "group_name": "Enabled"
87 } 82 }
88 ], 83 ],
89 "PageRevisitInstrumentation": [ 84 "PageRevisitInstrumentation": [
90 { 85 {
91 "group_name": "Enabled" 86 "group_name": "Enabled"
92 } 87 }
93 ], 88 ],
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
217 { 212 {
218 "group_name": "Enabled" 213 "group_name": "Enabled"
219 } 214 }
220 ], 215 ],
221 "WebRTC-PeerConnectionDTLS1.2": [ 216 "WebRTC-PeerConnectionDTLS1.2": [
222 { 217 {
223 "group_name": "Enabled" 218 "group_name": "Enabled"
224 } 219 }
225 ] 220 ]
226 } 221 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698