| 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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 55 "params": { | 55 "params": { |
| 56 "enabled": "true" | 56 "enabled": "true" |
| 57 } | 57 } |
| 58 } | 58 } |
| 59 ], | 59 ], |
| 60 "CreditCardScan": [ | 60 "CreditCardScan": [ |
| 61 { | 61 { |
| 62 "group_name": "Enabled" | 62 "group_name": "Enabled" |
| 63 } | 63 } |
| 64 ], | 64 ], |
| 65 "CustomTabs": [ | |
| 66 { | |
| 67 "group_name": "Enabled" | |
| 68 }, | |
| 69 { | |
| 70 "group_name": "DisablePrerender" | |
| 71 }, | |
| 72 { | |
| 73 "group_name": "Disabled" | |
| 74 } | |
| 75 ], | |
| 76 "DataCompressionProxyDevRollout": [ | 65 "DataCompressionProxyDevRollout": [ |
| 77 { | 66 { |
| 78 "group_name": "Control" | 67 "group_name": "Control" |
| 79 }, | 68 }, |
| 80 { | 69 { |
| 81 "group_name": "Enabled" | 70 "group_name": "Enabled" |
| 82 } | 71 } |
| 83 ], | 72 ], |
| 84 "DataCompressionProxyLoFi": [ | 73 "DataCompressionProxyLoFi": [ |
| 85 { | 74 { |
| (...skipping 451 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 537 ], | 526 ], |
| 538 "use-new-media-cache": [ | 527 "use-new-media-cache": [ |
| 539 { | 528 { |
| 540 "enable_features": [ | 529 "enable_features": [ |
| 541 "use-new-media-cache" | 530 "use-new-media-cache" |
| 542 ], | 531 ], |
| 543 "group_name": "Enabled" | 532 "group_name": "Enabled" |
| 544 } | 533 } |
| 545 ] | 534 ] |
| 546 } | 535 } |
| OLD | NEW |