| OLD | NEW |
| 1 { | 1 { |
| 2 "AllBookmarks": [ | 2 "AllBookmarks": [ |
| 3 { | 3 { |
| 4 "disable_features": [ | 4 "disable_features": [ |
| 5 "AllBookmarks" | 5 "AllBookmarks" |
| 6 ], | 6 ], |
| 7 "group_name": "Disabled" | 7 "group_name": "Disabled" |
| 8 } | 8 } |
| 9 ], | 9 ], |
| 10 "AndroidSessionNotifications": [ | 10 "AndroidSessionNotifications": [ |
| (...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 293 } | 293 } |
| 294 ], | 294 ], |
| 295 "OfflinePages": [ | 295 "OfflinePages": [ |
| 296 { | 296 { |
| 297 "enable_features": [ | 297 "enable_features": [ |
| 298 "NTPOfflinePages" | 298 "NTPOfflinePages" |
| 299 ], | 299 ], |
| 300 "group_name": "EnabledAsBookmarks" | 300 "group_name": "EnabledAsBookmarks" |
| 301 } | 301 } |
| 302 ], | 302 ], |
| 303 "OverlayFullscreenVideo": [ |
| 304 { |
| 305 "disable_features": [ |
| 306 "overlay-fullscreen-video" |
| 307 ], |
| 308 "group_name": "Disabled" |
| 309 } |
| 310 ], |
| 303 "PageRevisitInstrumentation": [ | 311 "PageRevisitInstrumentation": [ |
| 304 { | 312 { |
| 305 "group_name": "Enabled" | 313 "group_name": "Enabled" |
| 306 } | 314 } |
| 307 ], | 315 ], |
| 308 "ParseHTMLOnMainThread": [ | 316 "ParseHTMLOnMainThread": [ |
| 309 { | 317 { |
| 310 "enable_features": [ | 318 "enable_features": [ |
| 311 "ParseHTMLOnMainThread" | 319 "ParseHTMLOnMainThread" |
| 312 ], | 320 ], |
| (...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 593 ], | 601 ], |
| 594 "use-new-media-cache": [ | 602 "use-new-media-cache": [ |
| 595 { | 603 { |
| 596 "enable_features": [ | 604 "enable_features": [ |
| 597 "use-new-media-cache" | 605 "use-new-media-cache" |
| 598 ], | 606 ], |
| 599 "group_name": "Enabled" | 607 "group_name": "Enabled" |
| 600 } | 608 } |
| 601 ] | 609 ] |
| 602 } | 610 } |
| OLD | NEW |