OLD | NEW |
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 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
154 } | 154 } |
155 ], | 155 ], |
156 "PasswordSeparatedSigninFlow": [ | 156 "PasswordSeparatedSigninFlow": [ |
157 { | 157 { |
158 "enable_features": [ | 158 "enable_features": [ |
159 "UsePasswordSeparatedSigninFlow" | 159 "UsePasswordSeparatedSigninFlow" |
160 ], | 160 ], |
161 "group_name": "Enabled" | 161 "group_name": "Enabled" |
162 } | 162 } |
163 ], | 163 ], |
| 164 "PointerEvent": [ |
| 165 { |
| 166 "enable_features": [ |
| 167 "PointerEvent" |
| 168 ], |
| 169 "group_name": "Enabled" |
| 170 } |
| 171 ], |
164 "PreconnectMore": [ | 172 "PreconnectMore": [ |
165 { | 173 { |
166 "enable_features": [ | 174 "enable_features": [ |
167 "PreconnectMore" | 175 "PreconnectMore" |
168 ], | 176 ], |
169 "group_name": "Enabled" | 177 "group_name": "Enabled" |
170 } | 178 } |
171 ], | 179 ], |
172 "QUIC": [ | 180 "QUIC": [ |
173 { | 181 { |
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
363 ], | 371 ], |
364 "use-new-media-cache": [ | 372 "use-new-media-cache": [ |
365 { | 373 { |
366 "enable_features": [ | 374 "enable_features": [ |
367 "use-new-media-cache" | 375 "use-new-media-cache" |
368 ], | 376 ], |
369 "group_name": "Enabled" | 377 "group_name": "Enabled" |
370 } | 378 } |
371 ] | 379 ] |
372 } | 380 } |
OLD | NEW |