| 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 426 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 437 "show_summary": "true" | 437 "show_summary": "true" |
| 438 } | 438 } |
| 439 }, | 439 }, |
| 440 { | 440 { |
| 441 "group_name": "Default", | 441 "group_name": "Default", |
| 442 "params": { | 442 "params": { |
| 443 "enable_update_menu_item": "false" | 443 "enable_update_menu_item": "false" |
| 444 } | 444 } |
| 445 } | 445 } |
| 446 ], | 446 ], |
| 447 "V8SerializeOptions": [ |
| 448 { |
| 449 "enable_features": [ |
| 450 "V8_Serialize_Eager", |
| 451 "V8_Serialize_Age_Code" |
| 452 ], |
| 453 "group_name": "SerializeEagerAndAgeCode" |
| 454 } |
| 455 ], |
| 447 "VarationsServiceControl": [ | 456 "VarationsServiceControl": [ |
| 448 { | 457 { |
| 449 "group_name": "Interval_30min", | 458 "group_name": "Interval_30min", |
| 450 "params": { | 459 "params": { |
| 451 "fetch_period_min": "30" | 460 "fetch_period_min": "30" |
| 452 } | 461 } |
| 453 } | 462 } |
| 454 ], | 463 ], |
| 455 "WebFontsIntervention": [ | 464 "WebFontsIntervention": [ |
| 456 { | 465 { |
| (...skipping 12 matching lines...) Expand all Loading... |
| 469 ], | 478 ], |
| 470 "use-new-media-cache": [ | 479 "use-new-media-cache": [ |
| 471 { | 480 { |
| 472 "enable_features": [ | 481 "enable_features": [ |
| 473 "use-new-media-cache" | 482 "use-new-media-cache" |
| 474 ], | 483 ], |
| 475 "group_name": "Enabled" | 484 "group_name": "Enabled" |
| 476 } | 485 } |
| 477 ] | 486 ] |
| 478 } | 487 } |
| OLD | NEW |