commit | de9fe71e0efec0f60c930989c2f89196fa57d287 | [log] [tgz] |
---|---|---|
author | Alice Gong <alicego@google.com> | Tue Jul 13 23:16:03 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jul 13 23:16:03 2021 |
tree | 55547cf66d953b24e69ce51bdc6394e9f6c7787d | |
parent | e3b310b4dfbbfe12bdfeaa49caa39011e0d36be7 [diff] |
Fix 2 FSC issues found during UI implementation. 1/ Add interfaces to create FileSystemRenameHandler and BoxUploader from RerouteInfo. 2/ Ensure download thread was sent RerouteInfo update regardless of success or failure, so that service provider is always reported back, in order for UI to display failure message from Box. 3/ Update the service_provider field to `required` to use IsInitialized() properly. BUG=1203753 Change-Id: I7f11d3fe718d47041349b6de0dd6b33011668f8a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3006361 Reviewed-by: Roger Tawa <rogerta@chromium.org> Reviewed-by: Min Qin <qinmin@chromium.org> Commit-Queue: Alice Gong <alicego@google.com> Cr-Commit-Position: refs/heads/master@{#901221}
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.