commit | f4275d580e5ed2c47af27f4be9e44d11df3b877f | [log] [tgz] |
---|---|---|
author | Antia Puentes <apuentes@igalia.com> | Tue Nov 15 21:11:07 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Nov 15 21:11:07 2022 |
tree | e8251df5634b9d3a4a19be28226950be7272ca8b | |
parent | 3cd023d8aad9199c45f9c1b5e8e5fb6493e815d2 [diff] |
Rewrite GetPrimaryMainFrame comparison in terms of IsInPrimaryMainFrame (7/n) This CL replaces the GetPrimaryMainFrame() comparison check in favor of a more concise method IsInPrimaryMainFrame() in paint_preview_base_service.cc. Bug: 1268893 Change-Id: Id294f4cf2902d4ad8161bfa77acbd967a85e0f79 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4028239 Commit-Queue: Antia Puentes <apuentes@igalia.com> Reviewed-by: Yaron Friedman <yfriedman@chromium.org> Cr-Commit-Position: refs/heads/main@{#1071804}
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.