| 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 172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 183 } | 183 } |
| 184 ], | 184 ], |
| 185 "LowPriorityIFrames": [ | 185 "LowPriorityIFrames": [ |
| 186 { | 186 { |
| 187 "group_name": "Enabled", | 187 "group_name": "Enabled", |
| 188 "params": { | 188 "params": { |
| 189 "lowPriorityIframes": "true" | 189 "lowPriorityIframes": "true" |
| 190 } | 190 } |
| 191 } | 191 } |
| 192 ], | 192 ], |
| 193 "MainFrameBeforeActivation": [ | |
| 194 { | |
| 195 "enable_features": [ | |
| 196 "MainFrameBeforeActivation" | |
| 197 ], | |
| 198 "group_name": "Enabled" | |
| 199 } | |
| 200 ], | |
| 201 "MinidumpDirectoryObserver": [ | 193 "MinidumpDirectoryObserver": [ |
| 202 { | 194 { |
| 203 "group_name": "ObserverExperimentGroup", | 195 "group_name": "ObserverExperimentGroup", |
| 204 "params": { | 196 "params": { |
| 205 "Enabled": "true" | 197 "Enabled": "true" |
| 206 } | 198 } |
| 207 } | 199 } |
| 208 ], | 200 ], |
| 209 "ModerateBindingOnBackgroundTabCreation": [ | 201 "ModerateBindingOnBackgroundTabCreation": [ |
| 210 { | 202 { |
| (...skipping 382 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 593 ], | 585 ], |
| 594 "use-new-media-cache": [ | 586 "use-new-media-cache": [ |
| 595 { | 587 { |
| 596 "enable_features": [ | 588 "enable_features": [ |
| 597 "use-new-media-cache" | 589 "use-new-media-cache" |
| 598 ], | 590 ], |
| 599 "group_name": "Enabled" | 591 "group_name": "Enabled" |
| 600 } | 592 } |
| 601 ] | 593 ] |
| 602 } | 594 } |
| OLD | NEW |