| OLD | NEW |
| 1 { | 1 { |
| 2 "AndroidSessionNotifications": [ | 2 "AndroidSessionNotifications": [ |
| 3 { | 3 { |
| 4 "group_name": "Disabled" | 4 "group_name": "Disabled" |
| 5 } | 5 } |
| 6 ], | 6 ], |
| 7 "AsyncDns": [ | 7 "AsyncDns": [ |
| 8 { | 8 { |
| 9 "group_name": "AsyncDnsA" | 9 "group_name": "AsyncDnsA" |
| 10 }, | 10 }, |
| (...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 253 "NTPOfflinePages" | 253 "NTPOfflinePages" |
| 254 ], | 254 ], |
| 255 "group_name": "EnabledAsBookmarks" | 255 "group_name": "EnabledAsBookmarks" |
| 256 } | 256 } |
| 257 ], | 257 ], |
| 258 "PageRevisitInstrumentation": [ | 258 "PageRevisitInstrumentation": [ |
| 259 { | 259 { |
| 260 "group_name": "Enabled" | 260 "group_name": "Enabled" |
| 261 } | 261 } |
| 262 ], | 262 ], |
| 263 "PassiveDocumentEventListeners": [ |
| 264 { |
| 265 "enable_features": [ |
| 266 "PassiveDocumentEventListeners" |
| 267 ], |
| 268 "group_name": "Enabled" |
| 269 } |
| 270 ], |
| 263 "PasswordBranding": [ | 271 "PasswordBranding": [ |
| 264 { | 272 { |
| 265 "group_name": "SmartLockBrandingSavePromptOnly" | 273 "group_name": "SmartLockBrandingSavePromptOnly" |
| 266 } | 274 } |
| 267 ], | 275 ], |
| 268 "PasswordManagerSettingsMigration": [ | 276 "PasswordManagerSettingsMigration": [ |
| 269 { | 277 { |
| 270 "group_name": "Enable" | 278 "group_name": "Enable" |
| 271 } | 279 } |
| 272 ], | 280 ], |
| (...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 553 ], | 561 ], |
| 554 "use-new-media-cache": [ | 562 "use-new-media-cache": [ |
| 555 { | 563 { |
| 556 "enable_features": [ | 564 "enable_features": [ |
| 557 "use-new-media-cache" | 565 "use-new-media-cache" |
| 558 ], | 566 ], |
| 559 "group_name": "Enabled" | 567 "group_name": "Enabled" |
| 560 } | 568 } |
| 561 ] | 569 ] |
| 562 } | 570 } |
| OLD | NEW |