Fix an issue that Omnibox.SuggestionStarted.FromTile is not reported
correctly This issue happens when user clicking a tile on omnibox, and then start editing the text. Because the focus change is not caused by QT, so further text change will considered that the suggestion is not started by QT. This CL fixes the issue by adding a variable to store that the suggestion is triggered by clicking on a tile. BUG=1147145 Change-Id: I641396b4c7c52bafcc6d34edb860f57f57e9e425 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2527008 Commit-Queue: Min Qin <qinmin@chromium.org> Reviewed-by:Tomasz Wiszkowski <ender@google.com> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Cr-Commit-Position: refs/heads/master@{#826953}
Showing
Please register or sign in to comment