Chromium Code Reviews
DescriptionIntegrate external mount points to IsolatedContext
* To support MTP/Media filesystems in CrOS's FileBrowser
* To eventually support external, persistent mount points in sans-CrOS chrome (currently ifdef'ed only for cros since we need http://crbug.com/142289 to do the same in chrome)
* To introduce more finer-grained filesystem types
* To reduce duplicated code
What this patch actually does:
- Add external mount point support in IsolatedContext
- Introduce new filesystem types, NativeLocal and GData, to represent file systems supported by CrOS
- Replace CrOSMountPointProvider's internal mount map with IsolatedContext
BUG=139223
TEST=manually tested
TEST=existing tests
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=152559
Patch Set 1 : #Patch Set 2 : cros test fix #
Total comments: 23
Patch Set 3 : addressed comments #Patch Set 4 : wording fix #
Total comments: 2
Patch Set 5 : filesystem_id based permission check should be only applied to Isolated filesystems #Patch Set 6 : remove too strict DCHECK #Messages
Total messages: 14 (0 generated)
|