Chromium Code Reviews
DescriptionDeprecate MountPointProvider::IsAccessAllowed in favor of GetPermissionPolicy
This deprecates:
- FileSystemMountPointProvider::IsAccessAllowed
- FileSystemMountPointProvider::IsRestrictedFileName
and merge the access checks used to be done by them into a single method:
FileSystemMountPointProvider::GetPermissionPolicy().
BUG=174550
TEST=CrosMountPointProviderTest.AccessPermissions, SandboxMountPointProviderTest.AccessPermissions
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=183130
Patch Set 1 #Patch Set 2 : #
Total comments: 4
Patch Set 3 : return USE_FILE_PERMISSION for Drive case too #Patch Set 4 : test fix #
Total comments: 2
Patch Set 5 : test fix #
Total comments: 16
Patch Set 6 : addressed comments #
Total comments: 1
Patch Set 7 : addressed comments #
Total comments: 4
Patch Set 8 : addressed comments #Patch Set 9 : rebase #Patch Set 10 : base::FilePath fix #Messages
Total messages: 20 (0 generated)
|