From 57acf8a72aaeec9d3ffac539c5d7877371e5c00a Mon Sep 17 00:00:00 2001 From: "kinuko@chromium.org" Date: Fri, 30 Aug 2013 00:06:47 +0000 Subject: Deprecate FileSystemBackend::GetFileUtil() BUG=272715 TEST=existing tests Review URL: https://chromiumcodereview.appspot.com/23601005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220444 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/browser/fileapi/file_system_operation.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'webkit/browser/fileapi/file_system_operation.h') diff --git a/webkit/browser/fileapi/file_system_operation.h b/webkit/browser/fileapi/file_system_operation.h index 782ce9c..a039dd4 100644 --- a/webkit/browser/fileapi/file_system_operation.h +++ b/webkit/browser/fileapi/file_system_operation.h @@ -327,7 +327,8 @@ class FileSystemOperation { const StatusCallback& callback) = 0; // Synchronously gets the platform path for the given |url|. - // This may fail if |file_system_context| returns NULL on GetFileUtil(). + // This may fail if the given |url|'s filesystem type is neither + // temporary nor persistent. // In such a case, base::PLATFORM_FILE_ERROR_INVALID_OPERATION will be // returned. virtual base::PlatformFileError SyncGetPlatformPath( -- cgit v1.1