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

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

Issue 1536993002: Add Finch testing config for PasswordBranding (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 "IntelligentSessionRestore": [ 68 "IntelligentSessionRestore": [
69 { 69 {
70 "group_name": "Enabled" 70 "group_name": "Enabled"
71 } 71 }
72 ], 72 ],
73 "MaterialDesignDownloads": [ 73 "MaterialDesignDownloads": [
74 { 74 {
75 "group_name": "Enabled" 75 "group_name": "Enabled"
76 } 76 }
77 ], 77 ],
78 "PasswordBranding": [
79 {
80 "group_name": "SmartLockBranding"
81 }
82 ],
78 "QUIC": [ 83 "QUIC": [
79 { 84 {
80 "group_name": "Enabled", 85 "group_name": "Enabled",
81 "params": { 86 "params": {
82 "alternate_protocol_probability_threshold": "0.01" 87 "alternate_protocol_probability_threshold": "0.01"
83 } 88 }
84 } 89 }
85 ], 90 ],
86 "RefreshTokenDeviceId": [ 91 "RefreshTokenDeviceId": [
87 { 92 {
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
184 { 189 {
185 "group_name": "Enabled" 190 "group_name": "Enabled"
186 } 191 }
187 ], 192 ],
188 "WebRTC-PeerConnectionDTLS1.2": [ 193 "WebRTC-PeerConnectionDTLS1.2": [
189 { 194 {
190 "group_name": "Enabled" 195 "group_name": "Enabled"
191 } 196 }
192 ] 197 ]
193 } 198 }
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