OLD | NEW |
1 { | 1 { |
2 "AllBookmarks": [ | 2 "AllBookmarks": [ |
3 { | 3 { |
4 "disable_features": [ | 4 "disable_features": [ |
5 "AllBookmarks" | 5 "AllBookmarks" |
6 ], | 6 ], |
7 "group_name": "Disabled" | 7 "group_name": "Disabled" |
8 } | 8 } |
9 ], | 9 ], |
10 "AndroidSessionNotifications": [ | 10 "AndroidSessionNotifications": [ |
(...skipping 447 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
458 { | 458 { |
459 "disable_features": [ | 459 "disable_features": [ |
460 "SecurityWarningIconUpdate" | 460 "SecurityWarningIconUpdate" |
461 ], | 461 ], |
462 "group_name": "Control" | 462 "group_name": "Control" |
463 }, | 463 }, |
464 { | 464 { |
465 "group_name": "Default" | 465 "group_name": "Default" |
466 } | 466 } |
467 ], | 467 ], |
| 468 "SiteEngagement": [ |
| 469 { |
| 470 "group_name": "AggressiveAccumulation", |
| 471 "params": { |
| 472 "bootstrap_points": "24", |
| 473 "decay_period_in_hours": "2", |
| 474 "decay_points": "0", |
| 475 "decay_proportion": "0.984", |
| 476 "first_daily_engagement_points": "1.5", |
| 477 "hidden_media_playing_points": "0.01", |
| 478 "high_engagement_boundary": "50", |
| 479 "last_engagement_grace_period_in_hours": "1", |
| 480 "max_decays_per_score": "4", |
| 481 "max_points_per_day": "15", |
| 482 "medium_engagement_boundary": "15", |
| 483 "navigation_points": "1.5", |
| 484 "score_cleanup_threshold": "0.5", |
| 485 "user_input_points": "0.6", |
| 486 "visible_media_playing_points": "0.06", |
| 487 "web_app_installed_points": "5" |
| 488 } |
| 489 } |
| 490 ], |
468 "SpeculativeLaunchServiceWorker": [ | 491 "SpeculativeLaunchServiceWorker": [ |
469 { | 492 { |
470 "enable_features": [ | 493 "enable_features": [ |
471 "SpeculativeLaunchServiceWorker" | 494 "SpeculativeLaunchServiceWorker" |
472 ], | 495 ], |
473 "group_name": "Enabled" | 496 "group_name": "Enabled" |
474 }, | 497 }, |
475 { | 498 { |
476 "group_name": "Disabled" | 499 "group_name": "Disabled" |
477 } | 500 } |
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
613 ], | 636 ], |
614 "use-new-media-cache": [ | 637 "use-new-media-cache": [ |
615 { | 638 { |
616 "enable_features": [ | 639 "enable_features": [ |
617 "use-new-media-cache" | 640 "use-new-media-cache" |
618 ], | 641 ], |
619 "group_name": "Enabled" | 642 "group_name": "Enabled" |
620 } | 643 } |
621 ] | 644 ] |
622 } | 645 } |
OLD | NEW |