commit | 3b45fcc8bdcb863013db31ac0434747ad168b0f1 | [log] [tgz] |
---|---|---|
author | Chase Phillips <cmp@chromium.org> | Mon Aug 05 21:01:20 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Aug 05 21:01:20 2024 |
tree | 57bc484abd9e99e27ef2d707d09918451adac7f8 | |
parent | a1dc81b1c304e6346597e45c3caebf283f9a7353 [diff] |
controlledframe: Remove unused Clone() methods Clone() was originally used to pass ContextData copies around. An earlier change updated many of those sites to use const-ref values, instead. This change removes the now-unused Clone() methods. Bug: b/40191772 Change-Id: Ia269f0c3877fdc147588a335d9e4ad184d8c0251 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5760692 Reviewed-by: David Bertoni <dbertoni@chromium.org> Auto-Submit: Chase Phillips <cmp@chromium.org> Commit-Queue: Chase Phillips <cmp@chromium.org> Cr-Commit-Position: refs/heads/main@{#1337477}
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.