commit | 31bc6d1eb3e4180a094b9490cd9b8d4b8cb3ce4a | [log] [tgz] |
---|---|---|
author | Sundoo Kim <nerdooit@gmail.com> | Mon Aug 17 14:55:11 2020 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Aug 17 14:55:11 2020 |
tree | 940af4d13ce563a18c74a208662191aff3dde8f4 | |
parent | 2da2b87327ffafb3c8c202703cf44632c4f63560 [diff] |
Replace DISALLOW_COPY_AND_ASSIGN with =delete in blink/../layout/svg Explicitly remove the copy constructor and assignment operator with the delete keyword. R=atotic@chromium.org, svillar@chromium.org Bug: 1010217 Change-Id: I12a768919d9b5d5e4e9884a527296b2f7ad44b7e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2358711 Reviewed-by: Aleks Totic <atotic@chromium.org> Commit-Queue: Fredrik Söderquist <fs@opera.com> Cr-Commit-Position: refs/heads/master@{#798633}
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.
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.