| commit | 63dd3adb050360731bfeec0322548e5a3a6f6a76 | [log] [tgz] |
|---|---|---|
| author | Charlie Hu <chenleihu@google.com> | Thu Apr 22 22:40:30 2021 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Apr 22 22:40:30 2021 |
| tree | b2d7fa81fefdf3aa33d8121f0ddb3ac516eb2e15 | |
| parent | f8af0d144e78551009fbd42f4c16cde89981710d [diff] |
[UseCounter] Make RecordUkmFeatures member function `RecordUkmFeatures` was passed with same sets of parameters at all internal callsites. This CL makes `RecordUkmFeatures` a member function of UseCounterPageLoadMetricsObserver so that no repeated parameters are required. Bug: 1194678 Change-Id: Iee1a4e11c864e56ff758b9cff18773109f85d755 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2822080 Commit-Queue: Charlie Hu <chenleihu@google.com> Reviewed-by: John Delaney <johnidel@chromium.org> Reviewed-by: Ian Clelland <iclelland@chromium.org> Cr-Commit-Position: refs/heads/master@{#875389}
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.