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

Side by Side Diff: testing/variations/fieldtrial_testing_config_ios.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 "AutofillFieldMetadata": [ 2 "AutofillFieldMetadata": [
3 { 3 {
4 "group_name": "Enabled" 4 "group_name": "Enabled"
5 } 5 }
6 ], 6 ],
7 "AutofillProfileOrderByFrecency": [ 7 "AutofillProfileOrderByFrecency": [
8 { 8 {
9 "group_name": "EnabledLimitTo3", 9 "group_name": "EnabledLimitTo3",
10 "params": { 10 "params": {
(...skipping 15 matching lines...) Expand all
26 } 26 }
27 ], 27 ],
28 "DataReductionProxyConfigService": [ 28 "DataReductionProxyConfigService": [
29 { 29 {
30 "group_name": "Enabled", 30 "group_name": "Enabled",
31 "params": { 31 "params": {
32 "minimum_refresh_interval_on_success_msec": "21600000" 32 "minimum_refresh_interval_on_success_msec": "21600000"
33 } 33 }
34 } 34 }
35 ], 35 ],
36 "PasswordBranding": [
37 {
38 "group_name": "SmartLockBranding"
39 }
40 ],
36 "QUIC": [ 41 "QUIC": [
37 { 42 {
38 "group_name": "Enabled", 43 "group_name": "Enabled",
39 "params": { 44 "params": {
40 "alternate_protocol_probability_threshold": "0.001" 45 "alternate_protocol_probability_threshold": "0.001"
41 } 46 }
42 } 47 }
43 ], 48 ],
44 "SdchPersistence": [ 49 "SdchPersistence": [
45 { 50 {
(...skipping 15 matching lines...) Expand all
61 ], 66 ],
62 "VarationsServiceControl": [ 67 "VarationsServiceControl": [
63 { 68 {
64 "group_name": "Interval_30min", 69 "group_name": "Interval_30min",
65 "params": { 70 "params": {
66 "fetch_period_min": "30" 71 "fetch_period_min": "30"
67 } 72 }
68 } 73 }
69 ] 74 ]
70 } 75 }
OLDNEW
« no previous file with comments | « testing/variations/fieldtrial_testing_config_chromeos.json ('k') | testing/variations/fieldtrial_testing_config_linux.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698