commit | 6138f0b8b4431bbf561357d0802bc457ccf2ffc4 | [log] [tgz] |
---|---|---|
author | Luciano Pacheco <lucmult@chromium.org> | Mon Nov 07 04:05:50 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Nov 07 04:05:50 2022 |
tree | 7afabd4dfda99f19029cbc506c03bfaa092e6d4a | |
parent | 90790a3609fec97a7b1e8542452f031d0a3cce6b [diff] |
Files app: Remove unused private API methods Remove logoutUserForReauthentication() which didn't have any usage. Remove startCopy() and cancelCopy() methods and event onCopyProgress which were replaced with IOTask. Change the test about copying files across profiles to use IOTask instead of startCopy(). Bug: b:253358440 Change-Id: Iddc73a098bb9a7dee929171978fd1218a0cb2c0d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4004328 Commit-Queue: Bo Majewski <majewski@chromium.org> Reviewed-by: Bo Majewski <majewski@chromium.org> Cr-Commit-Position: refs/heads/main@{#1067971}
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.