commit | 2d2bf0d5746f5e8d50eba9b924de4eea44f105ac | [log] [tgz] |
---|---|---|
author | Olya Kalitova <okalitova@chromium.org> | Mon Aug 16 16:03:28 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Aug 16 16:03:28 2021 |
tree | 073fb7f858576571cf9402e0bb97cf3a21c8f46a | |
parent | 326b3f5f6fc31e38b3ffa84ae0ce70fab776c388 [diff] |
Add Drive availability observer in Lacros Lacros has currently synchronous access to drive mount point path through chrome_paths_lacros. However, while Ash is running drive availability status might change. This CL adds drive availability observer in Lacros, that observers drive availability changes in Ash. If drive is available then non empty drive mount point path is passed to Lacros and if drive is disabled (or an error occurred while drivefs mounting) then empty drive mount point path is passed to Lacros. Test: manually on DUT Bug: 1148846 Change-Id: I8a53159d28fd1eeb3984ebed81cf6720be8f27f5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3090986 Commit-Queue: Olya Kalitova <okalitova@chromium.org> Reviewed-by: Marc Treib <treib@chromium.org> Reviewed-by: Erik Chen <erikchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#912188}
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.