[Autofill] Fixed bug in subset merge strategy
Currently, it is assumed that a name consisting of multiple words has the same number of words after normalization. In fact, the normalization replaces a list of known separators with spaces and the space is used to divide a name into its word. Therefore, running the normalization first can yield a larger number of tokens. This CL fixes the root cause of an issue that lead to a stability issue. The issue was mitigated by disabling this merge strategy since it was only used unintentionally. With this fix, the strategy becomes workable for future usage. Change-Id: I7f987e7e81f6ce968cbf728b529b3d6fe58a9313 Bug: 1158810 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2625884Reviewed-by:Christoph Schwering <schwering@google.com> Commit-Queue: Matthias Körber <koerber@google.com> Cr-Commit-Position: refs/heads/master@{#844937}
Showing
Please register or sign in to comment