| commit | 58afbe69bdd6dd1aadd317607ee0e8f34bbe15c7 | [log] [tgz] |
|---|---|---|
| author | manukh <manukh@chromium.org> | Fri Dec 12 18:06:16 2025 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Dec 12 18:06:16 2025 |
| tree | d30f218905d6004fa14393be0159facb914de0bd | |
| parent | 27d4d034811d74898ea623b8cb97bce18e1336a0 [diff] |
[omnibox][next] Clean up `kNtpSearchboxComposeEntrypoint` `kNtpSearchboxComposeEntrypointEnglishUs` is enabled by default. `kNtpSearchboxComposeEntrypoint` isn't, but because eligibility service is, and because it uses `GenericKillSwitchFeatureCheck()`, it effectively is enabled for all clients. Also confirmed with realbox folk the intent is that it's fully launched. So this CL cleans up these 2 features and replaces `IsNtpSearchboxComposeEntrypointEnabled()` with calls to `AimEligibilityService::IsAimEligible()`. This has no affect on users. But it's necessary to avoid accidentally affecting AIM ineligible users in future omnibox & realbox next experiments. bugs: b:468113419 Change-Id: I99adff510d2bc9ce0ff12354e60bffe0a207ad30 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7251721 Reviewed-by: Ananya Seelam <ananyaseelam@google.com> Reviewed-by: Roman Arora <romanarora@chromium.org> Commit-Queue: manuk hovanesian <manukh@chromium.org> Cr-Commit-Position: refs/heads/main@{#1558141}
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.