• Gheorghe Comanici's avatar
    Add timestamp to requests for experimental contextual suggestions. · e76e0e99
    Gheorghe Comanici authored
    The experimental contextual suggestions service provides 0-suggest
    autocomplete suggestions based on the URL that is visited in the active
    tab, at the time the address bar is focused. This CL adds to the request
    a timestamp corresponding to the time the user started navigating the
    URL for which the suggestions are requested.
    
    This change is a requirement for the process of enabling server-side
    logging of the contextual suggestions that are sent to Chrome clients.
    If logged, contextual suggestions are to be removed as soon as a
    synced user removes from their history the page that was visited at the
    time the suggestions were displayed. The timestamp is necessary for
    matching suggestions with the corresponding navigation.
    
    TBR=rohitrao
    for mechanical changes to ios/c/b/a/*
    
    Bug: 692471
    Change-Id: I6939d108cfab91b69640acdbb3b8307687999320
    Reviewed-on: https://chromium-review.googlesource.com/879167
    Commit-Queue: Gheorghe Comanici <gcomanici@chromium.org>
    Reviewed-by: default avatarMark Pearson <mpearson@chromium.org>
    Reviewed-by: default avatarRohit Rao <rohitrao@chromium.org>
    Reviewed-by: default avatarJustin Donnelly <jdonnelly@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#531999}
    e76e0e99
autocomplete_provider_client.h 5.87 KB