Chromium Code Reviews
DescriptionAPI delegate for non-native file systems
The Chrome OS Files app can provide non-native file systems, like
Drive. Unrelated APIs like file_handlers can access files, including
files from non-native FSs. This CL creates NonNativeFileSystemDelegate
to handle queries about non-native FSs, so that the API itself doesn't
have to depend on the FS logic in //chrome/browser/chromeos.
In AppShell, neither non-native FSs nor the Files app exist. We'd like
to extract the file_handlers API to //extensions. Dropping its use of
the //chrome/browser/chromeos file manager helps.
BUG=679870
Review-Url: https://codereview.chromium.org/2666763005
Cr-Commit-Position: refs/heads/master@{#448499}
Committed: https://chromium.googlesource.com/chromium/src/+/75d89e70f4a7a0a8762239d1e36f4109f2c4fb24
Patch Set 1 #Patch Set 2 : . #Patch Set 3 : rebase #Dependent Patchsets: Messages
Total messages: 13 (8 generated)
|