From 24dceafb754bd1b9c80ad5c2c989746dd72705e4 Mon Sep 17 00:00:00 2001 From: "zelidrag@chromium.org" Date: Wed, 20 Apr 2011 09:05:52 +0000 Subject: Fixed file/directory url resolution for external mount point provider. Per Eric's request, refactored FileSystemDirURLRequestJob and FileSystemURLRequestJob classes to resolve local file system through a new operation. BUG=chromium-os:14225 TEST=added new test cases to FileSystemPathManagerTest.*, added FileSystemOperationTest.TestGetLocalFilePathSuccess Review URL: http://codereview.chromium.org/6864040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@82266 0039d316-1c4b-4281-b951-d872f2087c98 --- base/platform_file.h | 1 + 1 file changed, 1 insertion(+) (limited to 'base') diff --git a/base/platform_file.h b/base/platform_file.h index cf01188..461b060 100644 --- a/base/platform_file.h +++ b/base/platform_file.h @@ -65,6 +65,7 @@ enum PlatformFileError { PLATFORM_FILE_ERROR_ABORT = -12, PLATFORM_FILE_ERROR_NOT_A_FILE = -13, PLATFORM_FILE_ERROR_NOT_EMPTY = -14, + PLATFORM_FILE_ERROR_INVALID_URL = -15, }; // Used to hold information about a given file. -- cgit v1.1