| 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 252 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 263 } | 263 } |
| 264 ], | 264 ], |
| 265 "PhysicalWeb": [ | 265 "PhysicalWeb": [ |
| 266 { | 266 { |
| 267 "enable_features": [ | 267 "enable_features": [ |
| 268 "PhysicalWeb" | 268 "PhysicalWeb" |
| 269 ], | 269 ], |
| 270 "group_name": "Enabled" | 270 "group_name": "Enabled" |
| 271 } | 271 } |
| 272 ], | 272 ], |
| 273 "PointerEvent": [ |
| 274 { |
| 275 "enable_features": [ |
| 276 "PointerEvent" |
| 277 ], |
| 278 "group_name": "Enabled" |
| 279 } |
| 280 ], |
| 273 "Precache": [ | 281 "Precache": [ |
| 274 { | 282 { |
| 275 "group_name": "Enabled" | 283 "group_name": "Enabled" |
| 276 } | 284 } |
| 277 ], | 285 ], |
| 278 "PreconnectMore": [ | 286 "PreconnectMore": [ |
| 279 { | 287 { |
| 280 "enable_features": [ | 288 "enable_features": [ |
| 281 "PreconnectMore" | 289 "PreconnectMore" |
| 282 ], | 290 ], |
| (...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 537 ], | 545 ], |
| 538 "use-new-media-cache": [ | 546 "use-new-media-cache": [ |
| 539 { | 547 { |
| 540 "enable_features": [ | 548 "enable_features": [ |
| 541 "use-new-media-cache" | 549 "use-new-media-cache" |
| 542 ], | 550 ], |
| 543 "group_name": "Enabled" | 551 "group_name": "Enabled" |
| 544 } | 552 } |
| 545 ] | 553 ] |
| 546 } | 554 } |
| OLD | NEW |