[omnibox] [max-suggest] Add dynamic suggestions limit per # of URLs.
Follow up to crrev.com/c/2274466 . The previous CL updated the autocomplete results to conditionally boost the max suggestions. However, the search provider limits the # of suggestions it provides to the unboosted limit, rendering the boost ineffective. This CL updates the search provider to send the max of GetMaxMatches (e.g. 8) and kDynamicMaxAutocompleteIncreasedLimitParam (e.g. 10). Change-Id: Iaa9933b4445874488d42d831d76ef30a2d9e3e8a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2293458Reviewed-by:Justin Donnelly <jdonnelly@chromium.org> Commit-Queue: manuk hovanesian <manukh@chromium.org> Cr-Commit-Position: refs/heads/master@{#787856}
Showing
Please register or sign in to comment