diff options
Diffstat (limited to 'webkit/browser/fileapi/file_system_context.h')
-rw-r--r-- | webkit/browser/fileapi/file_system_context.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/webkit/browser/fileapi/file_system_context.h b/webkit/browser/fileapi/file_system_context.h index 48cea04..d87e38b 100644 --- a/webkit/browser/fileapi/file_system_context.h +++ b/webkit/browser/fileapi/file_system_context.h @@ -167,17 +167,6 @@ class WEBKIT_STORAGE_BROWSER_EXPORT FileSystemContext OpenFileSystemMode mode, const OpenFileSystemCallback& callback); - // Opens a syncable filesystem for the given |origin_url|. - // The file system is internally mounted as an external file system at the - // given |mount_name|. - // Currently only kFileSystemTypeSyncable type is supported. - // TODO(kinuko): Deprecate this method. (http://crbug.com/177137) - void OpenSyncableFileSystem( - const GURL& origin_url, - FileSystemType type, - OpenFileSystemMode mode, - const OpenFileSystemCallback& callback); - // Deletes the filesystem for the given |origin_url| and |type|. This should // be called on the IO Thread. void DeleteFileSystem( |