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

Side by Side Diff: testing/variations/fieldtrial_testing_config_linux.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 "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 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 "InstanceID": [ 58 "InstanceID": [
59 { 59 {
60 "group_name": "Enabled" 60 "group_name": "Enabled"
61 } 61 }
62 ], 62 ],
63 "MaterialDesignDownloads": [ 63 "MaterialDesignDownloads": [
64 { 64 {
65 "group_name": "Enabled" 65 "group_name": "Enabled"
66 } 66 }
67 ], 67 ],
68 "PasswordBranding": [
69 {
70 "group_name": "SmartLockBranding"
71 }
72 ],
68 "QUIC": [ 73 "QUIC": [
69 { 74 {
70 "group_name": "Enabled", 75 "group_name": "Enabled",
71 "params": { 76 "params": {
72 "alternate_protocol_probability_threshold": "0.01" 77 "alternate_protocol_probability_threshold": "0.01"
73 } 78 }
74 } 79 }
75 ], 80 ],
76 "RefreshTokenDeviceId": [ 81 "RefreshTokenDeviceId": [
77 { 82 {
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 { 179 {
175 "group_name": "Enabled" 180 "group_name": "Enabled"
176 } 181 }
177 ], 182 ],
178 "WebRTC-PeerConnectionDTLS1.2": [ 183 "WebRTC-PeerConnectionDTLS1.2": [
179 { 184 {
180 "group_name": "Enabled" 185 "group_name": "Enabled"
181 } 186 }
182 ] 187 ]
183 } 188 }
OLDNEW
« no previous file with comments | « testing/variations/fieldtrial_testing_config_ios.json ('k') | testing/variations/fieldtrial_testing_config_mac.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698