commit | e56d39e783cfdbabf9574f86c11bfb3ba702885e | [log] [tgz] |
---|---|---|
author | Jérémie Boulic <jboulic@chromium.org> | Wed Nov 03 06:13:25 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Nov 03 06:13:25 2021 |
tree | 6c6593e89d3e980d645cdf69808612a52054e3cf | |
parent | d39d439635770f5e3f6155dee2ec8136b155a76b [diff] |
[File System Operations] Allow multiple copy or move options file_system_operation.h: Instead of providing a single CopyOrMoveOption for Copy or Move operations, CopyOrMoveOptionSet (base::EnumSet of CopyOrMoveOption) makes it possible to specify multiple options. Bug: 784193, 1200251 Change-Id: Id6f067075a61f51ecbf6133d0b90293b4f7ddd1b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3196232 Reviewed-by: Marijn Kruisselbrink <mek@chromium.org> Reviewed-by: Austin Sullivan <asully@chromium.org> Reviewed-by: Raymes Khoury <raymes@chromium.org> Reviewed-by: Tommy Li <tommycli@chromium.org> Reviewed-by: Hidehiko Abe <hidehiko@chromium.org> Reviewed-by: Dan Sanders <sandersd@chromium.org> Commit-Queue: Jeremie Boulic <jboulic@chromium.org> Cr-Commit-Position: refs/heads/main@{#937733}
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.