commit | 737cb022ee7c5fa01e1f16290bbd5a4b7c75cb31 | [log] [tgz] |
---|---|---|
author | Khalid Peer <khalidpeer@chromium.org> | Tue Oct 17 00:44:14 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Oct 17 00:44:14 2023 |
tree | f9bc2fd72dba12b22ddec20eae77c50db0bc146f | |
parent | 9a2b460888f0faff2b4427704da07da0bb4cf32d [diff] |
[omnibox][zps] Refactor code to eliminate GetZeroSuggestInput() function As a follow-up to http://crrev/c/4933179, this CL eliminates the GetZeroSuggestInput() function entirely since most of its functionality can be sidestepped by simply accessing the AutocompleteInput object directly and refactoring the downstream code to account for this direct approach. Manual testing suggests that these changes should be a no-op. Bug: 1491222 Change-Id: If1572d2df2de3fa4c5c39a616cae255fef31dcaa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4944014 Reviewed-by: Sophie Chang <sophiechang@chromium.org> Code-Coverage: findit-for-me@appspot.gserviceaccount.com <findit-for-me@appspot.gserviceaccount.com> Commit-Queue: Khalid Peer <khalidpeer@chromium.org> Reviewed-by: Moe Ahmadi <mahmadi@chromium.org> Cr-Commit-Position: refs/heads/main@{#1210557}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.