Persist the minimum site engagement score threshold in pref
In hints fetcher, persist the minimum site engagement score threshold in a pref. The threshold is determined at the time the blocklist is computed. Next, at the time of fetching the hints, the score of a host is checked against the threshold score in the pref. For most of the users where the blocklist size is sufficient to store all the hosts, the threshold would be set to -1.0. This would ensure that we fetch hints for all hosts (that are not blocked), including the ones with low engagement score. Change-Id: I2424c675e920ce7cac4b40933155529488830bd6 Bug: 1003826 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1802968Reviewed-by:Michael Crouse <mcrouse@chromium.org> Commit-Queue: Tarun Bansal <tbansal@chromium.org> Cr-Commit-Position: refs/heads/master@{#696447}
Showing
Please register or sign in to comment