| commit | b6965f826881a60c51151cfc0a0175966a0a4e81 | [log] [tgz] |
|---|---|---|
| author | Justin Donnelly <jdonnelly@chromium.org> | Tue Nov 04 18:51:53 2025 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Nov 04 18:51:53 2025 |
| tree | 2b17fb05c11c2f176aebf7a919f1673f9b20630e | |
| parent | 223b5e5673815b0ad001fbf19c282015f62f091d [diff] |
[omnibox] Fix issue breaking default enabling of the AIM entrypoint. The enabled state should be based on OmniboxFieldTrial::IsAimOmniboxEntrypointEnabled(). But one of the code paths in LocationBarView is checking the main Feature (kAiModeOmniboxEntryPoint) instead. This CL fixes that path. (cherry picked from commit ea4c9b8007f66bfdabab74af3015eabeff619aa4) Bug: b:456588596 Fixed: 456807575 Change-Id: If6d12466f3f578f177c4943434148958d033552b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7104259 Commit-Queue: Justin Donnelly <jdonnelly@chromium.org> Reviewed-by: Moe Ahmadi <mahmadi@chromium.org> Cr-Original-Commit-Position: refs/heads/main@{#1538619} Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7113065 Reviewed-by: Eshwar Stalin <estalin@chromium.org> Cr-Commit-Position: refs/branch-heads/7444@{#2370} Cr-Branched-From: 29907d3c18078029695f458b42fb8e6fda3e493d-refs/heads/main@{#1522585}
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.