| OLD | NEW |
| 1 { | 1 { |
| 2 "AutofillClassifier": [ | 2 "AutofillClassifier": [ |
| 3 { | 3 { |
| 4 "group_name": "Enabled" | 4 "group_name": "Enabled" |
| 5 } | 5 } |
| 6 ], | 6 ], |
| 7 "AutofillFieldMetadata": [ | 7 "AutofillFieldMetadata": [ |
| 8 { | 8 { |
| 9 "group_name": "Enabled" | 9 "group_name": "Enabled" |
| 10 } | 10 } |
| (...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 294 }, | 294 }, |
| 295 { | 295 { |
| 296 "group_name": "Default" | 296 "group_name": "Default" |
| 297 } | 297 } |
| 298 ], | 298 ], |
| 299 "SimpleCacheTrial": [ | 299 "SimpleCacheTrial": [ |
| 300 { | 300 { |
| 301 "group_name": "ExperimentYes" | 301 "group_name": "ExperimentYes" |
| 302 } | 302 } |
| 303 ], | 303 ], |
| 304 "SiteEngagement": [ |
| 305 { |
| 306 "group_name": "AggressiveAccumulation", |
| 307 "params": { |
| 308 "bootstrap_points": "24", |
| 309 "decay_period_in_hours": "2", |
| 310 "decay_points": "0", |
| 311 "decay_proportion": "0.984", |
| 312 "first_daily_engagement_points": "1.5", |
| 313 "hidden_media_playing_points": "0.01", |
| 314 "high_engagement_boundary": "50", |
| 315 "last_engagement_grace_period_in_hours": "1", |
| 316 "max_decays_per_score": "4", |
| 317 "max_points_per_day": "15", |
| 318 "medium_engagement_boundary": "15", |
| 319 "navigation_points": "1.5", |
| 320 "score_cleanup_threshold": "0.5", |
| 321 "user_input_points": "0.6", |
| 322 "visible_media_playing_points": "0.06", |
| 323 "web_app_installed_points": "5" |
| 324 } |
| 325 } |
| 326 ], |
| 304 "SpeculativeLaunchServiceWorker": [ | 327 "SpeculativeLaunchServiceWorker": [ |
| 305 { | 328 { |
| 306 "enable_features": [ | 329 "enable_features": [ |
| 307 "SpeculativeLaunchServiceWorker" | 330 "SpeculativeLaunchServiceWorker" |
| 308 ], | 331 ], |
| 309 "group_name": "Enabled" | 332 "group_name": "Enabled" |
| 310 }, | 333 }, |
| 311 { | 334 { |
| 312 "group_name": "Disabled" | 335 "group_name": "Disabled" |
| 313 } | 336 } |
| (...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 396 ], | 419 ], |
| 397 "use-new-media-cache": [ | 420 "use-new-media-cache": [ |
| 398 { | 421 { |
| 399 "enable_features": [ | 422 "enable_features": [ |
| 400 "use-new-media-cache" | 423 "use-new-media-cache" |
| 401 ], | 424 ], |
| 402 "group_name": "Enabled" | 425 "group_name": "Enabled" |
| 403 } | 426 } |
| 404 ] | 427 ] |
| 405 } | 428 } |
| OLD | NEW |