commit | f21fa74b4635e370017a7944813a55cf7da66f0c | [log] [tgz] |
---|---|---|
author | Lukasz Anforowicz <lukasza@chromium.org> | Wed Jun 08 22:10:23 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jun 08 22:10:23 2022 |
tree | 17d4619e3a8cc126ff9f205730e65179b036cb16 | |
parent | e4f57f6dab94424a3f834a8b31299e068c304c83 [diff] |
Explicit ExtensionWebContentsObserver::extension_frame_host_for_testing This CL removes a `friend` declaration between `ExtensionWebContentsObserver` and `ExtensionFrameHostBrowserTest` and replaces it with an explicit `extension_frame_host_for_testing` accessor. This helps in follow-up CLs by allowing them to reuse the accessor (instead of having to declare friendship across //chrome and //extensions layers). Bug: 1183604 Change-Id: I7cf4710e56323baab92d5aa18cac4647bb612e7f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3691767 Reviewed-by: Devlin Cronin <rdevlin.cronin@chromium.org> Commit-Queue: Ćukasz Anforowicz <lukasza@chromium.org> Cr-Commit-Position: refs/heads/main@{#1012183}
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.