OLD | NEW |
1 { | 1 { |
2 "AsyncDNS": [ | 2 "AsyncDNS": [ |
3 { | 3 { |
4 "group_name": "AsyncDNSA" | 4 "group_name": "AsyncDNSA" |
5 } | 5 } |
6 ], | 6 ], |
7 "AutofillClassifier": [ | 7 "AutofillClassifier": [ |
8 { | 8 { |
9 "group_name": "Enabled" | 9 "group_name": "Enabled" |
10 } | 10 } |
(...skipping 345 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
356 "params": { | 356 "params": { |
357 "dismissal_threshold": "1" | 357 "dismissal_threshold": "1" |
358 } | 358 } |
359 } | 359 } |
360 ], | 360 ], |
361 "SimpleCacheTrial": [ | 361 "SimpleCacheTrial": [ |
362 { | 362 { |
363 "group_name": "ExperimentYes" | 363 "group_name": "ExperimentYes" |
364 } | 364 } |
365 ], | 365 ], |
| 366 "SiteEngagement": [ |
| 367 { |
| 368 "group_name": "AggressiveAccumulation", |
| 369 "params": { |
| 370 "bootstrap_points": "24", |
| 371 "decay_period_in_hours": "2", |
| 372 "decay_points": "0", |
| 373 "decay_proportion": "0.984", |
| 374 "first_daily_engagement_points": "1.5", |
| 375 "hidden_media_playing_points": "0.01", |
| 376 "high_engagement_boundary": "50", |
| 377 "last_engagement_grace_period_in_hours": "1", |
| 378 "max_decays_per_score": "4", |
| 379 "max_points_per_day": "15", |
| 380 "medium_engagement_boundary": "15", |
| 381 "navigation_points": "1.5", |
| 382 "score_cleanup_threshold": "0.5", |
| 383 "user_input_points": "0.6", |
| 384 "visible_media_playing_points": "0.06", |
| 385 "web_app_installed_points": "5" |
| 386 } |
| 387 } |
| 388 ], |
366 "SpeculativeLaunchServiceWorker": [ | 389 "SpeculativeLaunchServiceWorker": [ |
367 { | 390 { |
368 "enable_features": [ | 391 "enable_features": [ |
369 "SpeculativeLaunchServiceWorker" | 392 "SpeculativeLaunchServiceWorker" |
370 ], | 393 ], |
371 "group_name": "Enabled" | 394 "group_name": "Enabled" |
372 }, | 395 }, |
373 { | 396 { |
374 "group_name": "Disabled" | 397 "group_name": "Disabled" |
375 } | 398 } |
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
458 ], | 481 ], |
459 "use-new-media-cache": [ | 482 "use-new-media-cache": [ |
460 { | 483 { |
461 "enable_features": [ | 484 "enable_features": [ |
462 "use-new-media-cache" | 485 "use-new-media-cache" |
463 ], | 486 ], |
464 "group_name": "Enabled" | 487 "group_name": "Enabled" |
465 } | 488 } |
466 ] | 489 ] |
467 } | 490 } |
OLD | NEW |