| Index: content/child/fileapi/file_system_dispatcher.h
|
| diff --git a/content/child/fileapi/file_system_dispatcher.h b/content/child/fileapi/file_system_dispatcher.h
|
| index b0f717480d38c75c44e8057a311741800dafbd23..6118b05f6f25e9634f8437c9a490685b9f4f9cba 100644
|
| --- a/content/child/fileapi/file_system_dispatcher.h
|
| +++ b/content/child/fileapi/file_system_dispatcher.h
|
| @@ -72,9 +72,6 @@ class FileSystemDispatcher : public IPC::Listener {
|
| void ResolveURL(const GURL& filesystem_url,
|
| const ResolveURLCallback& success_callback,
|
| const StatusCallback& error_callback);
|
| - void DeleteFileSystem(const GURL& origin_url,
|
| - storage::FileSystemType type,
|
| - const StatusCallback& callback);
|
| void Move(const GURL& src_path,
|
| const GURL& dest_path,
|
| const StatusCallback& callback);
|
|
|