| 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 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 189 } | 189 } |
| 190 ], | 190 ], |
| 191 "PassiveDocumentEventListeners": [ | 191 "PassiveDocumentEventListeners": [ |
| 192 { | 192 { |
| 193 "enable_features": [ | 193 "enable_features": [ |
| 194 "PassiveDocumentEventListeners" | 194 "PassiveDocumentEventListeners" |
| 195 ], | 195 ], |
| 196 "group_name": "Enabled" | 196 "group_name": "Enabled" |
| 197 } | 197 } |
| 198 ], | 198 ], |
| 199 "PassiveEventListenersDueToFling": [ |
| 200 { |
| 201 "enable_features": [ |
| 202 "PassiveEventListenersDueToFling" |
| 203 ], |
| 204 "group_name": "Enabled" |
| 205 } |
| 206 ], |
| 199 "PasswordBranding": [ | 207 "PasswordBranding": [ |
| 200 { | 208 { |
| 201 "group_name": "SmartLockBrandingSavePromptOnly" | 209 "group_name": "SmartLockBrandingSavePromptOnly" |
| 202 } | 210 } |
| 203 ], | 211 ], |
| 204 "PasswordManagerSettingsMigration": [ | 212 "PasswordManagerSettingsMigration": [ |
| 205 { | 213 { |
| 206 "group_name": "Enable" | 214 "group_name": "Enable" |
| 207 } | 215 } |
| 208 ], | 216 ], |
| (...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 430 ], | 438 ], |
| 431 "use-new-media-cache": [ | 439 "use-new-media-cache": [ |
| 432 { | 440 { |
| 433 "enable_features": [ | 441 "enable_features": [ |
| 434 "use-new-media-cache" | 442 "use-new-media-cache" |
| 435 ], | 443 ], |
| 436 "group_name": "Enabled" | 444 "group_name": "Enabled" |
| 437 } | 445 } |
| 438 ] | 446 ] |
| 439 } | 447 } |
| OLD | NEW |