Description[fsp] Add a method to enumerate all mounted file systems.
Since provided file systems are persistent and they are automatically remounted
after a reboot, providing extensions may want to know which file systems are
actually in use.
Before, providing extensions had to keep list of mounted file systems in local
storage, which was problematic and could end up on being out of sync in case
of crashes.
This patch introduces a getAll() method which can be used to get a list of
mounted file systems by the provider executing it.
TEST=browser_tests: *FileSystemProvider*GetAll*
BUG=393156
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=290232
Patch Set 1 #Patch Set 2 : Cleaned up. #
Total comments: 6
Patch Set 3 : Fixed. #Patch Set 4 : Rebased. #Messages
Total messages: 10 (0 generated)
|