| 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 234 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 245 "NTPOfflinePages" | 245 "NTPOfflinePages" |
| 246 ], | 246 ], |
| 247 "group_name": "EnabledAsBookmarks" | 247 "group_name": "EnabledAsBookmarks" |
| 248 } | 248 } |
| 249 ], | 249 ], |
| 250 "PageRevisitInstrumentation": [ | 250 "PageRevisitInstrumentation": [ |
| 251 { | 251 { |
| 252 "group_name": "Enabled" | 252 "group_name": "Enabled" |
| 253 } | 253 } |
| 254 ], | 254 ], |
| 255 "PassiveDocumentEventListeners": [ |
| 256 { |
| 257 "enable_features": [ |
| 258 "PassiveDocumentEventListeners" |
| 259 ], |
| 260 "group_name": "Enabled" |
| 261 } |
| 262 ], |
| 255 "PasswordBranding": [ | 263 "PasswordBranding": [ |
| 256 { | 264 { |
| 257 "group_name": "SmartLockBrandingSavePromptOnly" | 265 "group_name": "SmartLockBrandingSavePromptOnly" |
| 258 } | 266 } |
| 259 ], | 267 ], |
| 260 "PasswordManagerSettingsMigration": [ | 268 "PasswordManagerSettingsMigration": [ |
| 261 { | 269 { |
| 262 "group_name": "Enable" | 270 "group_name": "Enable" |
| 263 } | 271 } |
| 264 ], | 272 ], |
| (...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 545 ], | 553 ], |
| 546 "use-new-media-cache": [ | 554 "use-new-media-cache": [ |
| 547 { | 555 { |
| 548 "enable_features": [ | 556 "enable_features": [ |
| 549 "use-new-media-cache" | 557 "use-new-media-cache" |
| 550 ], | 558 ], |
| 551 "group_name": "Enabled" | 559 "group_name": "Enabled" |
| 552 } | 560 } |
| 553 ] | 561 ] |
| 554 } | 562 } |
| OLD | NEW |