| 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 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 148 } | 148 } |
| 149 ], | 149 ], |
| 150 "LowPriorityIFrames": [ | 150 "LowPriorityIFrames": [ |
| 151 { | 151 { |
| 152 "group_name": "Enabled", | 152 "group_name": "Enabled", |
| 153 "params": { | 153 "params": { |
| 154 "lowPriorityIframes": "true" | 154 "lowPriorityIframes": "true" |
| 155 } | 155 } |
| 156 } | 156 } |
| 157 ], | 157 ], |
| 158 "MainFrameBeforeActivation": [ |
| 159 { |
| 160 "enable_features": [ |
| 161 "MainFrameBeforeActivation" |
| 162 ], |
| 163 "group_name": "Enabled" |
| 164 } |
| 165 ], |
| 158 "MinidumpDirectoryObserver": [ | 166 "MinidumpDirectoryObserver": [ |
| 159 { | 167 { |
| 160 "group_name": "ObserverExperimentGroup", | 168 "group_name": "ObserverExperimentGroup", |
| 161 "params": { | 169 "params": { |
| 162 "Enabled": "true" | 170 "Enabled": "true" |
| 163 } | 171 } |
| 164 } | 172 } |
| 165 ], | 173 ], |
| 166 "ModerateBindingOnBackgroundTabCreation": [ | 174 "ModerateBindingOnBackgroundTabCreation": [ |
| 167 { | 175 { |
| (...skipping 377 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 545 ], | 553 ], |
| 546 "use-new-media-cache": [ | 554 "use-new-media-cache": [ |
| 547 { | 555 { |
| 548 "enable_features": [ | 556 "enable_features": [ |
| 549 "use-new-media-cache" | 557 "use-new-media-cache" |
| 550 ], | 558 ], |
| 551 "group_name": "Enabled" | 559 "group_name": "Enabled" |
| 552 } | 560 } |
| 553 ] | 561 ] |
| 554 } | 562 } |
| OLD | NEW |