| 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 180 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 191 } | 191 } |
| 192 ], | 192 ], |
| 193 "LowPriorityIFrames": [ | 193 "LowPriorityIFrames": [ |
| 194 { | 194 { |
| 195 "group_name": "Enabled", | 195 "group_name": "Enabled", |
| 196 "params": { | 196 "params": { |
| 197 "lowPriorityIframes": "true" | 197 "lowPriorityIframes": "true" |
| 198 } | 198 } |
| 199 } | 199 } |
| 200 ], | 200 ], |
| 201 "MainFrameBeforeActivation": [ | |
| 202 { | |
| 203 "enable_features": [ | |
| 204 "MainFrameBeforeActivation" | |
| 205 ], | |
| 206 "group_name": "Enabled" | |
| 207 } | |
| 208 ], | |
| 209 "ModerateBindingOnBackgroundTabCreation": [ | 201 "ModerateBindingOnBackgroundTabCreation": [ |
| 210 { | 202 { |
| 211 "group_name": "Enabled" | 203 "group_name": "Enabled" |
| 212 } | 204 } |
| 213 ], | 205 ], |
| 214 "MojoChannel": [ | 206 "MojoChannel": [ |
| 215 { | 207 { |
| 216 "group_name": "Enabled" | 208 "group_name": "Enabled" |
| 217 } | 209 } |
| 218 ], | 210 ], |
| (...skipping 399 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 618 ], | 610 ], |
| 619 "use-new-media-cache": [ | 611 "use-new-media-cache": [ |
| 620 { | 612 { |
| 621 "enable_features": [ | 613 "enable_features": [ |
| 622 "use-new-media-cache" | 614 "use-new-media-cache" |
| 623 ], | 615 ], |
| 624 "group_name": "Enabled" | 616 "group_name": "Enabled" |
| 625 } | 617 } |
| 626 ] | 618 ] |
| 627 } | 619 } |
| OLD | NEW |