| Index: webkit/browser/fileapi/file_system_mount_point_provider.h
|
| ===================================================================
|
| --- webkit/browser/fileapi/file_system_mount_point_provider.h (revision 202646)
|
| +++ webkit/browser/fileapi/file_system_mount_point_provider.h (working copy)
|
| @@ -84,12 +84,6 @@
|
| virtual CopyOrMoveFileValidatorFactory* GetCopyOrMoveFileValidatorFactory(
|
| FileSystemType type, base::PlatformFileError* error_code) = 0;
|
|
|
| - // Initialize the CopyOrMoveFileValidatorFactory. Invalid to call more than
|
| - // once.
|
| - virtual void InitializeCopyOrMoveFileValidatorFactory(
|
| - FileSystemType type,
|
| - scoped_ptr<CopyOrMoveFileValidatorFactory> factory) = 0;
|
| -
|
| // Returns file permission policy we should apply for the given |url|.
|
| virtual FilePermissionPolicy GetPermissionPolicy(
|
| const FileSystemURL& url,
|
|
|