diff options
Diffstat (limited to 'net/url_request/url_fetcher_impl.h')
-rw-r--r-- | net/url_request/url_fetcher_impl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/url_request/url_fetcher_impl.h b/net/url_request/url_fetcher_impl.h index 0d52e91..d643a945 100644 --- a/net/url_request/url_fetcher_impl.h +++ b/net/url_request/url_fetcher_impl.h @@ -40,6 +40,8 @@ class NET_EXPORT_PRIVATE URLFetcherImpl : public URLFetcher { virtual void SetUploadFilePath( const std::string& upload_content_type, const base::FilePath& file_path, + uint64 range_offset, + uint64 range_length, scoped_refptr<base::TaskRunner> file_task_runner) OVERRIDE; virtual void SetChunkedUpload( const std::string& upload_content_type) OVERRIDE; |