| commit | af07ce88b46f9286caf9a19421d1fdb2402b51ba | [log] [tgz] |
|---|---|---|
| author | Minoru Chikamune <chikamune@chromium.org> | Mon Sep 01 09:21:14 2025 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Sep 01 09:21:14 2025 |
| tree | 7f3d7f6fd0fde1dca741504ad7d6d559b02df5ec | |
| parent | cfb79164105b2aadf5de2bab0c24b9b6e63ecdb3 [diff] |
Add histogram to check No-Vary-Search header exists for SearchPrefetch
This CL introduces a new UMA histogram series,
`Omnibox.{SearchPrefetch}.HasNoVarySearchHeader.{FallbackOrInitial}.{NavigationOrSuggestionPrefetch}`.
This histogram records a boolean value indicating whether the
`No-Vary-Search` HTTP response header is present in responses received
by the search prefetch URL loader. The metric is only recorded for
responses that are considered servable.
Bug: 441229671
Change-Id: I4d918147a76491816f85751da0eac7a13edf926c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6898797
Reviewed-by: Hiroki Nakagawa <nhiroki@chromium.org>
Reviewed-by: Takashi Toyoshima <toyoshim@chromium.org>
Commit-Queue: Minoru Chikamune <chikamune@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1509059}
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.