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

Side by Side Diff: testing/variations/fieldtrial_testing_config_mac.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 "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 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 "LocalNTPSuggestionsService": [ 90 "LocalNTPSuggestionsService": [
91 { 91 {
92 "group_name": "Enabled" 92 "group_name": "Enabled"
93 } 93 }
94 ], 94 ],
95 "MacMemoryMechanism": [ 95 "MacMemoryMechanism": [
96 { 96 {
97 "group_name": "Mach" 97 "group_name": "Mach"
98 } 98 }
99 ], 99 ],
100 "MaterialDesignDownloads": [
101 {
102 "group_name": "Enabled"
103 }
104 ],
105 "PageRevisitInstrumentation": [ 100 "PageRevisitInstrumentation": [
106 { 101 {
107 "group_name": "Enabled" 102 "group_name": "Enabled"
108 } 103 }
109 ], 104 ],
110 "PasswordBranding": [ 105 "PasswordBranding": [
111 { 106 {
112 "group_name": "SmartLockBrandingSavePromptOnly" 107 "group_name": "SmartLockBrandingSavePromptOnly"
113 } 108 }
114 ], 109 ],
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
233 { 228 {
234 "group_name": "Enabled" 229 "group_name": "Enabled"
235 } 230 }
236 ], 231 ],
237 "WebRTC-PeerConnectionDTLS1.2": [ 232 "WebRTC-PeerConnectionDTLS1.2": [
238 { 233 {
239 "group_name": "Enabled" 234 "group_name": "Enabled"
240 } 235 }
241 ] 236 ]
242 } 237 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698