commit | c9600293b10bb8cbdbcb51a9bb09d825c46b9eeb | [log] [tgz] |
---|---|---|
author | Keishi Hattori <keishi@chromium.org> | Tue Feb 08 02:01:12 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Feb 08 02:01:12 2022 |
tree | 353cf7bcee13aa8a128d6ea8d8fb664bd512794a | |
parent | 6379f12d33f5bd08db694389692a7373f143d150 [diff] |
Unrewrite raw_ptr for fields related to TrackingStarted() SiteEngagementService::Helper::MediaTracker::TrackingStarted() was identified as performance sensitive from sampling profiler data. This CL unrewrites two raw_ptr that are assigned in that function. Bug: 1287151 Change-Id: I3adcc20c342ce19f6f25bf0560a508eaf3e4ad9e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3428259 Reviewed-by: Bartek Nowierski <bartekn@chromium.org> Reviewed-by: Jonathan Ross <jonross@chromium.org> Commit-Queue: Keishi Hattori <keishi@chromium.org> Cr-Commit-Position: refs/heads/main@{#968127}
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.