commit | ec0e766f5d551c7aeaf6236d8df93804de5cc70a | [log] [tgz] |
---|---|---|
author | Peter Boström <pbos@chromium.org> | Thu Sep 23 21:20:57 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Sep 23 21:20:57 2021 |
tree | 8e9e28ce930991aecc089ec274c03901757a0941 | |
parent | a9207a74d0f2d2c0565b7fcc096cad9b74f5cf9a [diff] |
Replace DISALLOW_COPY_AND_ASSIGN in device/ This replaces DISALLOW_COPY_AND_ASSIGN with explicit constructor deletes where a local script is able to detect its insertion place (~Foo() is public => insert before this line). This is incomplete as not all classes have a public ~Foo() declared, so not all DISALLOW_COPY_AND_ASSIGN occurrences are replaced. IWYU cleanup is left as a separate pass that is easier when these macros go away. Bug: 1010217 Change-Id: Ib14cf64933b803e03cdf7dceabe1f31065918c35 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3176851 Auto-Submit: Peter Boström <pbos@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by: Lei Zhang <thestig@chromium.org> Owners-Override: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/main@{#924474}
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.