Index: webkit/browser/fileapi/file_system_context.h |
diff --git a/webkit/browser/fileapi/file_system_context.h b/webkit/browser/fileapi/file_system_context.h |
index 528f7a26021bfcc943c8b18669e1df584825ce21..769420f17e5650fbab8e9147720bb8e92e60121a 100644 |
--- a/webkit/browser/fileapi/file_system_context.h |
+++ b/webkit/browser/fileapi/file_system_context.h |
@@ -119,11 +119,6 @@ class WEBKIT_STORAGE_BROWSER_EXPORT FileSystemContext |
// Returns the appropriate AsyncFileUtil instance for the given |type|. |
AsyncFileUtil* GetAsyncFileUtil(FileSystemType type) const; |
- // Returns the appropriate FileUtil instance for the given |type|. |
- // This may return NULL if it is given an invalid type or the filesystem |
- // does not support synchronous file operations. |
- FileSystemFileUtil* GetFileUtil(FileSystemType type) const; |
- |
// Returns the appropriate CopyOrMoveFileValidatorFactory for the given |
// |type|. If |error_code| is PLATFORM_FILE_OK and the result is NULL, |
// then no validator is required. |