[omnibox] [rich-autocompletion] Fix trailing space matching history URL
The History URL provider cleans up trailing whitespace from the input when matching suggestions. However, using this clean input for rich autocompletion results in inputs like 'g ' matching suggestions like 'google.com' which would be displayed as 'g |[oogle.com]'. This CL uses the original input for rich autocompletion in the history URL provider. Bug: 1062446 Change-Id: If31c85a821f6dae924a1ccc8b36a83fcdff97791 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2392953Reviewed-by:Tommy Li <tommycli@chromium.org> Commit-Queue: manuk hovanesian <manukh@chromium.org> Cr-Commit-Position: refs/heads/master@{#805054}
Showing
Please register or sign in to comment