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

Side by Side Diff: testing/variations/fieldtrial_testing_config_chromeos.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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 "ExtensionActionRedesign": [ 43 "ExtensionActionRedesign": [
44 { 44 {
45 "group_name": "Enabled" 45 "group_name": "Enabled"
46 } 46 }
47 ], 47 ],
48 "MaterialDesignDownloads": [ 48 "MaterialDesignDownloads": [
49 { 49 {
50 "group_name": "Enabled" 50 "group_name": "Enabled"
51 } 51 }
52 ], 52 ],
53 "PasswordBranding": [
54 {
55 "group_name": "SmartLockBranding"
56 }
57 ],
53 "QUIC": [ 58 "QUIC": [
54 { 59 {
55 "group_name": "Enabled", 60 "group_name": "Enabled",
56 "params": { 61 "params": {
57 "alternate_protocol_probability_threshold": "0.01" 62 "alternate_protocol_probability_threshold": "0.01"
58 } 63 }
59 } 64 }
60 ], 65 ],
61 "ReportCertificateErrors": [ 66 "ReportCertificateErrors": [
62 { 67 {
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 { 140 {
136 "group_name": "Enabled" 141 "group_name": "Enabled"
137 } 142 }
138 ], 143 ],
139 "WebRTC-PeerConnectionDTLS1.2": [ 144 "WebRTC-PeerConnectionDTLS1.2": [
140 { 145 {
141 "group_name": "Enabled" 146 "group_name": "Enabled"
142 } 147 }
143 ] 148 ]
144 } 149 }
OLDNEW
« no previous file with comments | « testing/variations/fieldtrial_testing_config_android.json ('k') | testing/variations/fieldtrial_testing_config_ios.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698