| 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 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 146 } | 146 } |
| 147 ], | 147 ], |
| 148 "LowPriorityIFrames": [ | 148 "LowPriorityIFrames": [ |
| 149 { | 149 { |
| 150 "group_name": "Enabled", | 150 "group_name": "Enabled", |
| 151 "params": { | 151 "params": { |
| 152 "lowPriorityIframes": "true" | 152 "lowPriorityIframes": "true" |
| 153 } | 153 } |
| 154 } | 154 } |
| 155 ], | 155 ], |
| 156 "MainFrameBeforeActivation": [ |
| 157 { |
| 158 "enable_features": [ |
| 159 "MainFrameBeforeActivation" |
| 160 ], |
| 161 "group_name": "Enabled" |
| 162 } |
| 163 ], |
| 156 "MinidumpDirectoryObserver": [ | 164 "MinidumpDirectoryObserver": [ |
| 157 { | 165 { |
| 158 "group_name": "ObserverExperimentGroup", | 166 "group_name": "ObserverExperimentGroup", |
| 159 "params": { | 167 "params": { |
| 160 "Enabled": "true" | 168 "Enabled": "true" |
| 161 } | 169 } |
| 162 } | 170 } |
| 163 ], | 171 ], |
| 164 "ModerateBindingOnBackgroundTabCreation": [ | 172 "ModerateBindingOnBackgroundTabCreation": [ |
| 165 { | 173 { |
| (...skipping 355 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 521 ], | 529 ], |
| 522 "use-new-media-cache": [ | 530 "use-new-media-cache": [ |
| 523 { | 531 { |
| 524 "enable_features": [ | 532 "enable_features": [ |
| 525 "use-new-media-cache" | 533 "use-new-media-cache" |
| 526 ], | 534 ], |
| 527 "group_name": "Enabled" | 535 "group_name": "Enabled" |
| 528 } | 536 } |
| 529 ] | 537 ] |
| 530 } | 538 } |
| OLD | NEW |