commit | 187b83a256e8504020e357af676366247cc3de5b | [log] [tgz] |
---|---|---|
author | Miyoung Shin <myid.shin@igalia.com> | Tue Jul 26 02:35:43 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jul 26 02:35:43 2022 |
tree | 16d3eaa9578d7421e67e93f65f4e8a8e880133c5 | |
parent | 3783c6f2148239b2d86a9a25136f196538d17eb1 [diff] |
[MPArch] Use WeakPtr<WebContents> instead of WeakPtrToWebContents This CL gets rid of WeakPtrToWebContents class and uses WeakPtr<WebContents> directly. Bug: 1190019 Change-Id: I09cae9011217ca2a02583de57b7f4ff5e5e9c842 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3774198 Reviewed-by: John Rummell <jrummell@chromium.org> Reviewed-by: Kevin McNee <mcnee@chromium.org> Commit-Queue: Miyoung Shin <myid.shin@igalia.com> Cr-Commit-Position: refs/heads/main@{#1028089}
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.