commit | 2e57c22a7739f0bb1dbdc303d99aec3bbc11c71a | [log] [tgz] |
---|---|---|
author | Nasko Oskov <nasko@chromium.org> | Fri Apr 22 22:37:29 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Apr 22 22:37:29 2022 |
tree | f735f28f985c3a6c2a31421496c767e5556c5642 | |
parent | 38bb81f25421d464ea1d3cca6c3e4520b3a15cab [diff] |
Remove RenderProcessHostObserver from RenderFrameHostImpl. RenderFrameHostImpl used to be noetified of renderer process going away through two different interfaces - RenderProcessHostObserver and SiteInstanceObserver. The former was removed in https://crrev.com/c/3373991 and this CL is a follow up cleanup of the remaining code. The original change was minimalistic to avoid merge conflicts in the case it was necessary due to breakage, but at this time it is safe to remove the unnecessary inheritance. Bug: 1167233 Change-Id: I73aae522bf94d38efccdaad9cb54f3e809953a5f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3600399 Reviewed-by: danakj <danakj@chromium.org> Commit-Queue: Nasko Oskov <nasko@chromium.org> Cr-Commit-Position: refs/heads/main@{#995401}
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.