| Index: content/child/fileapi/webfilewriter_impl.h
|
| diff --git a/content/child/fileapi/webfilewriter_impl.h b/content/child/fileapi/webfilewriter_impl.h
|
| index c4a5995612137b2439fd4c3d8ade53405928bba5..c92ea1ebea3cdf9ced98f44d0f8612afe42fa204 100644
|
| --- a/content/child/fileapi/webfilewriter_impl.h
|
| +++ b/content/child/fileapi/webfilewriter_impl.h
|
| @@ -32,8 +32,6 @@ class WebFileWriterImpl : public WebFileWriterBase,
|
| protected:
|
| // WebFileWriterBase overrides
|
| virtual void DoTruncate(const GURL& path, int64 offset) OVERRIDE;
|
| - virtual void DoWriteDeprecated(
|
| - const GURL& path, const GURL& blob_url, int64 offset) OVERRIDE;
|
| virtual void DoWrite(const GURL& path, const std::string& blob_id,
|
| int64 offset) OVERRIDE;
|
| virtual void DoCancel() OVERRIDE;
|
|
|