| 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 ], | |
| 311 "PageRevisitInstrumentation": [ | 303 "PageRevisitInstrumentation": [ |
| 312 { | 304 { |
| 313 "group_name": "Enabled" | 305 "group_name": "Enabled" |
| 314 } | 306 } |
| 315 ], | 307 ], |
| 316 "ParseHTMLOnMainThread": [ | 308 "ParseHTMLOnMainThread": [ |
| 317 { | 309 { |
| 318 "enable_features": [ | 310 "enable_features": [ |
| 319 "ParseHTMLOnMainThread" | 311 "ParseHTMLOnMainThread" |
| 320 ], | 312 ], |
| (...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 601 ], | 593 ], |
| 602 "use-new-media-cache": [ | 594 "use-new-media-cache": [ |
| 603 { | 595 { |
| 604 "enable_features": [ | 596 "enable_features": [ |
| 605 "use-new-media-cache" | 597 "use-new-media-cache" |
| 606 ], | 598 ], |
| 607 "group_name": "Enabled" | 599 "group_name": "Enabled" |
| 608 } | 600 } |
| 609 ] | 601 ] |
| 610 } | 602 } |
| OLD | NEW |