[cros-fuzzy-app] Remove unnecessary check.
Doing some cleanup as part of search consolidation. FuzzyTokenizedStringMatch::IsRelevant already checks case-insensitve matches between query & text: https://cs.chromium.org/chromium/src/chrome/common/string_matching/fuzzy_tokenized_string_match.cc?g=0&l=278-287 Hence we don't need to repeat the check. Note (i). |query_terms| is tokenized string of |query_|. (ii). |indexed_name| is tokenized string of |app->name()|. Bug: 990684 Change-Id: I91ec0d659e9c7f92a84264c0243b5569b0f88bb2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2089442Reviewed-by:Thanh Nguyen <thanhdng@chromium.org> Reviewed-by:
Trent Apted <tapted@chromium.org> Commit-Queue: Jia Meng <jiameng@chromium.org> Cr-Commit-Position: refs/heads/master@{#748063}
Showing
Please register or sign in to comment