0
Files
src/storage
Nigel Tao a60ad9de28 [storage] add registered ExternalMountPoints debug info
The debug info can be seen at chrome://files-internals/debug.json

ChromeOS' Files app uses FileSystemURLs whose mount_type() is very often
kFileSystemTypeExternal. It also serializes FileSystemURLs as strings
for IPC (e.g. between ash and Fusebox, or ash and lacros). When
debugging the ChromeOS Files app, it can be useful to know the list of
registered ExternalMountPoints.

Bug: None
Change-Id: I350edf71e827a43b2ff72fd78f474a6a5df33cb2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5097970
Commit-Queue: Nigel Tao <nigeltao@chromium.org>
Auto-Submit: Nigel Tao <nigeltao@chromium.org>
Reviewed-by: Austin Sullivan <asully@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1234734}
2023-12-07 22:20:57 +00:00
..