• manzagop's avatar
    SuggestionsService undo blacklist functionality. · 3f7d7407
    manzagop authored
    This CL introduces functionality to undo the blacklisting of a URL,
    assuming a UI which allows for undo-ing for a few seconds after
    blacklisting. The design consists in deffering blacklisted URL uploads
    until they can no longer be undone, which is the simplest case.
    
    Changes:
    - BlacklistStore now has a concept of time before a URL is candidate for upload
    - SuggestionsService now schedules blacklist uploads factoring in the delay
    
    BUG=430949
    
    Review URL: https://codereview.chromium.org/766053010
    
    Cr-Commit-Position: refs/heads/master@{#307158}
    3f7d7407
most_visited_sites.cc 19.3 KB