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