commit | 5d75c527e312d3c18915498cce640b876a4ec9aa | [log] [tgz] |
---|---|---|
author | Nihar Majmudar <niharm@google.com> | Thu Jan 02 15:27:32 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jan 02 15:27:32 2025 |
tree | 1b7bddad6d0a37e742487988dc1297e2b558b73b | |
parent | eb1d6ad51b4a10223d68957ffceb59de4bc7f767 [diff] |
[searchbox] Move generic methods up to SearchboxHandler. No-op change. Right now a lot of generic searchbox methods (methods that all searchboxes need) are implemented in RealboxHandler. We want to move these up to the base SearchboxHandler class so other handlers can implement handler specific methods. Follow ups plan to move lens specific code out of the RealboxHandler. Change-Id: Ic021780c717ce2109b1a65492f7f314295ea24e3 Bug: 386819657 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6077410 Reviewed-by: Moe Ahmadi <mahmadi@chromium.org> Commit-Queue: Nihar Majmudar <niharm@google.com> Cr-Commit-Position: refs/heads/main@{#1401422}
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.