Fixes the top 500 keywords generation to split keywords on "-".
Initially, the keywords generation algorithm would not split the input URLs on "-", creating a conflict with the sensitive keywords search heuristic (which does split on "-"). This CL remedies that, by ensuring that keywords are split on "-" before being put into the keywords list. Bug: 1015843 Change-Id: Iad3127788f4fd363a9ff7817ef55072c07768a02 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1869119Reviewed-by:Mustafa Emre Acer <meacer@chromium.org> Commit-Queue: Aidan Beggs <beggs@google.com> Cr-Commit-Position: refs/heads/master@{#707476}
Showing
Please register or sign in to comment