commit | 4fa24e8ac7211b9ad378e47c73d85b72f9e86c66 | [log] [tgz] |
---|---|---|
author | Erik Chen <erikchen@chromium.org> | Mon Jun 02 19:35:31 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jun 02 19:35:31 2025 |
tree | 81360795c0cd44e0deb296c31c91684a993b8202 | |
parent | 4de711918711f8d2b723ff219366d62b2a7c5914 [diff] |
Change function signature for FetchPageContext. Prior to this CL, FetchPageContext was taking in a complex data struct. It only needs a tabs::TabInterface. This CL modifies it to take only a tabs::TabInterface. This results in a slight behavior fix for metrics reporting for GlicKeyedService. Bug: 411462297 Change-Id: Id410223b844755cd9182543dfafa5b23814468eb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6612902 Commit-Queue: Erik Chen <erikchen@chromium.org> Reviewed-by: Ian Vollick <vollick@chromium.org> Cr-Commit-Position: refs/heads/main@{#1468295}
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.