Chromium Code Reviews
DescriptionOpenFileSystem should accept not mount_type but lower filesystem type
FileSystemContext::ResolveURL which will be enabled by the Blink side change[1]
passes not a mount_type (ex. kFileSystemTypeExternal) but a lower filesystem
type (ex. kFileSystemTypeNativeLocal) into FileSystemBackend::OpenFileSystem.
[1] https://codereview.chromium.org/24376002/
BUG=177137, 297412
TEST=browser_tests --gtest_filter=FileDisplay/FileManagerBrowserTest.* (with Blink patch)
TEST=unit_tests --gtest_filter=ChromeOSFileSystemBackendTest.*
NOTRY=true
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=224991
Patch Set 1 : #
Total comments: 3
Patch Set 2 : add TODO comment #Messages
Total messages: 9 (0 generated)
|