DescriptionImplement IsNonNativeLocalPathDirectory for supporting non-local non-Drive directory access in apps.
What the CL does is:
* Almost mechanically moves out the local function CheckIfDirectoryExists
from open_util.cc to fileapi_util.cc and just use it for the desired implementation.
* Removes Drive-specific helper code for the feature.
* Allows file_system_api test setup code to refer the info of File Manager app.
(Because the new general implementation checks the directory existence in the
permission level of the file manager, the test needs access to it.)
BUG=367028
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=274173
Patch Set 1 : #
Total comments: 5
Patch Set 2 : Added comment. #
Messages
Total messages: 11 (0 generated)
|