OLD | NEW |
---|---|
1 { | 1 { |
2 "AllBookmarks": [ | 2 "AllBookmarks": [ |
3 { | 3 { |
4 "platforms": [ | 4 "platforms": [ |
5 "android" | 5 "android" |
6 ], | 6 ], |
7 "experiments": [ | 7 "experiments": [ |
8 { | 8 { |
9 "name": "Disabled", | 9 "name": "Disabled", |
10 "disable_features": [ | 10 "disable_features": [ |
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
77 "mac", | 77 "mac", |
78 "win" | 78 "win" |
79 ], | 79 ], |
80 "experiments": [ | 80 "experiments": [ |
81 { | 81 { |
82 "name": "Enabled" | 82 "name": "Enabled" |
83 } | 83 } |
84 ] | 84 ] |
85 } | 85 } |
86 ], | 86 ], |
87 "AutofillCreditCardSigninPromo": [ | |
88 { | |
89 "platforms": [ | |
90 "android", | |
91 "chromeos", | |
92 "linux", | |
93 "mac", | |
94 "win" | |
95 ], | |
96 "experiments": [ | |
97 { | |
98 "name": "EnabledThree", | |
rkaplow
2016/10/04 16:53:45
we only support a single experiment here. I'd sugg
Mathieu
2016/10/04 16:54:57
OK
| |
99 "params": { | |
100 "impression_limit": "3" | |
101 }, | |
102 "enable_features": [ | |
103 "AutofillCreditCardSigninPromo" | |
104 ] | |
105 }, | |
106 { | |
107 "name": "EnabledFive", | |
108 "params": { | |
109 "impression_limit": "5" | |
110 }, | |
111 "enable_features": [ | |
112 "AutofillCreditCardSigninPromo" | |
113 ] | |
114 }, | |
115 { | |
116 "name": "EnabledTen", | |
117 "params": { | |
118 "impression_limit": "10" | |
119 }, | |
120 "enable_features": [ | |
121 "AutofillCreditCardSigninPromo" | |
122 ] | |
123 } | |
124 ] | |
125 } | |
126 ], | |
87 "AutofillFieldMetadata": [ | 127 "AutofillFieldMetadata": [ |
88 { | 128 { |
89 "platforms": [ | 129 "platforms": [ |
90 "android", | 130 "android", |
91 "chromeos", | 131 "chromeos", |
92 "ios", | 132 "ios", |
93 "linux", | 133 "linux", |
94 "mac", | 134 "mac", |
95 "win" | 135 "win" |
96 ], | 136 ], |
(...skipping 2130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
2227 { | 2267 { |
2228 "name": "Enabled", | 2268 "name": "Enabled", |
2229 "enable_features": [ | 2269 "enable_features": [ |
2230 "use-new-media-cache" | 2270 "use-new-media-cache" |
2231 ] | 2271 ] |
2232 } | 2272 } |
2233 ] | 2273 ] |
2234 } | 2274 } |
2235 ] | 2275 ] |
2236 } | 2276 } |
OLD | NEW |