Implement generalized file preparation utility function for apps.
commitd4a143f91fed08adecef5d225f84a8135d93c849
authorkinaba@chromium.org <kinaba@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Mon, 2 Jun 2014 13:21:31 +0000 (2 13:21 +0000)
committerkinaba@chromium.org <kinaba@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Mon, 2 Jun 2014 13:21:31 +0000 (2 13:21 +0000)
treea002b87089f402adac28859318a09fbe484a0c38
parent920b111ff0852e0883db895898936f90ce86d712
Implement generalized file preparation utility function for apps.

The previous implementation worked only for Google Drive filesystem.
The new implementation in the current CL generally supports all
volumes accessible from Chrome OS file manager, in particular
including MTP devices and file systems provided by fileSystemProvider extensions.

BUG=367028

Review URL: https://codereview.chromium.org/303133008

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274222 0039d316-1c4b-4281-b951-d872f2087c98
chrome/browser/chromeos/file_manager/filesystem_api_util.cc