diff options
Diffstat (limited to 'content/child/fileapi/file_system_dispatcher.h')
-rw-r--r-- | content/child/fileapi/file_system_dispatcher.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/content/child/fileapi/file_system_dispatcher.h b/content/child/fileapi/file_system_dispatcher.h index 55bb299..b3d427f 100644 --- a/content/child/fileapi/file_system_dispatcher.h +++ b/content/child/fileapi/file_system_dispatcher.h @@ -106,13 +106,6 @@ class FileSystemDispatcher : public IPC::Listener { int64 offset, int* request_id_out, const StatusCallback& callback); - void WriteDeprecated( - const GURL& path, - const GURL& blob_url, - int64 offset, - int* request_id_out, - const WriteCallback& success_callback, - const StatusCallback& error_callback); void Write(const GURL& path, const std::string& blob_id, int64 offset, |