Commit 479e2c26 authored by Tomasz Wiszkowski's avatar Tomasz Wiszkowski Committed by Chromium LUCI CQ

Include MVTiles in list of suggestions excluded from Grouping.

This change adds TILE_NAVSUGGEST suggestion to the list of
special match types that are excluded from
GroupBySearchVsUrl.

Bug: 1165941
Change-Id: I36791175c81289d752b69b01bfddf5844dd12d4d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2641144Reviewed-by: default avatarTommy Li <tommycli@chromium.org>
Commit-Queue: Tomasz Wiszkowski <ender@google.com>
Cr-Commit-Position: refs/heads/master@{#845777}
parent 561aef25
......@@ -680,6 +680,7 @@ bool AutocompleteMatch::ShouldBeSkippedForGroupBySearchVsUrl(Type type) {
return type == AutocompleteMatchType::CLIPBOARD_URL ||
type == AutocompleteMatchType::CLIPBOARD_TEXT ||
type == AutocompleteMatchType::CLIPBOARD_IMAGE ||
type == AutocompleteMatchType::TILE_NAVSUGGEST ||
type == AutocompleteMatchType::TILE_SUGGESTION;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment