| 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 438 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 449 "SchedulerExpensiveTaskBlocking": [ | 449 "SchedulerExpensiveTaskBlocking": [ |
| 450 { | 450 { |
| 451 "group_name": "Enabled" | 451 "group_name": "Enabled" |
| 452 } | 452 } |
| 453 ], | 453 ], |
| 454 "SdchPersistence": [ | 454 "SdchPersistence": [ |
| 455 { | 455 { |
| 456 "group_name": "Enabled" | 456 "group_name": "Enabled" |
| 457 } | 457 } |
| 458 ], | 458 ], |
| 459 "SecurityWarningIconUpdate": [ |
| 460 { |
| 461 "enable_features": [ |
| 462 "SecurityWarningIconUpdate" |
| 463 ], |
| 464 "group_name": "Enabled" |
| 465 }, |
| 466 { |
| 467 "disable_features": [ |
| 468 "SecurityWarningIconUpdate" |
| 469 ], |
| 470 "group_name": "Control" |
| 471 }, |
| 472 { |
| 473 "group_name": "Default" |
| 474 } |
| 475 ], |
| 459 "SpeculativeLaunchServiceWorker": [ | 476 "SpeculativeLaunchServiceWorker": [ |
| 460 { | 477 { |
| 461 "enable_features": [ | 478 "enable_features": [ |
| 462 "SpeculativeLaunchServiceWorker" | 479 "SpeculativeLaunchServiceWorker" |
| 463 ], | 480 ], |
| 464 "group_name": "Enabled" | 481 "group_name": "Enabled" |
| 465 }, | 482 }, |
| 466 { | 483 { |
| 467 "group_name": "Disabled" | 484 "group_name": "Disabled" |
| 468 } | 485 } |
| (...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 593 ], | 610 ], |
| 594 "use-new-media-cache": [ | 611 "use-new-media-cache": [ |
| 595 { | 612 { |
| 596 "enable_features": [ | 613 "enable_features": [ |
| 597 "use-new-media-cache" | 614 "use-new-media-cache" |
| 598 ], | 615 ], |
| 599 "group_name": "Enabled" | 616 "group_name": "Enabled" |
| 600 } | 617 } |
| 601 ] | 618 ] |
| 602 } | 619 } |
| OLD | NEW |