• manuk's avatar
    [omnibox] Debounce document provider. · bf3c8ab9
    manuk authored
    Prior to this CL, only the search provider debounced requests. This CL
    introduces AutocompleteProviderDebouncer which can be reused by other providers.
    
    Debouncing doc provider is behind a feature "OmniboxDebounceDocumentProvider"
    and configured by the params "DebounceDocumentProviderFromLastRun" and
    "DebounceDocumentProviderDelayMs".
    
    Bug: 1015820, 864302
    Change-Id: I397a29848e8d1abde3c8ecdaec91cef2e416e37a
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1869393Reviewed-by: default avatarJustin Donnelly <jdonnelly@chromium.org>
    Commit-Queue: manuk hovanesian <manukh@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#709084}
    bf3c8ab9
autocomplete_provider_debouncer.h 1.47 KB