| commit | dfb15cffe32175abca57785e0133a14dea10278c | [log] [tgz] |
|---|---|---|
| author | Jakub Kudzia <jkudzia@google.com> | Tue Nov 18 09:54:39 2025 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Nov 18 09:54:39 2025 |
| tree | 67edd178551d2cd7761839bcd2321b90be3b4f17 | |
| parent | 440524d44c45453cb377a82afa8dd06fb2ba7d30 [diff] |
Change Omnibox Autofocus header reporting to be disabled by default. This change is an improvement to crrev.com/c/7055283. It makes the `kReportOmniboxAutofocusHeader` feature disabled by default. When this reporting feature is enabled, a header with the value "Disabled" will now be sent if the main `kOmniboxAutofocusOnIncognitoNtp` feature is not enabled. Previously, no header was sent in this case. The URL loader throttle will now be added whenever `kReportOmniboxAutofocusHeader` is enabled, regardless of the header value. Bug: 452536202 Change-Id: I4be8cffd2c0b969024c7b48f910baab54159597d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7150221 Reviewed-by: Kamil Jarosz <kjarosz@google.com> Commit-Queue: Jakub Kudzia <jkudzia@google.com> Reviewed-by: Mark Pearson <mpearson@chromium.org> Reviewed-by: Matt Dembski <dembski@google.com> Cr-Commit-Position: refs/heads/main@{#1546377}
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.