| Index: net/url_request/url_fetcher_impl.h
|
| diff --git a/net/url_request/url_fetcher_impl.h b/net/url_request/url_fetcher_impl.h
|
| index 0d52e91df5d77cef5b070940e46fb7824276269f..9c851e3bae8f49eef4840b54dff42694cd66beee 100644
|
| --- a/net/url_request/url_fetcher_impl.h
|
| +++ b/net/url_request/url_fetcher_impl.h
|
| @@ -41,6 +41,12 @@ class NET_EXPORT_PRIVATE URLFetcherImpl : public URLFetcher {
|
| const std::string& upload_content_type,
|
| const base::FilePath& file_path,
|
| scoped_refptr<base::TaskRunner> file_task_runner) OVERRIDE;
|
| + virtual void SetUploadFilePathWithRange(
|
| + 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;
|
| virtual void AppendChunkToUpload(const std::string& data,
|
|
|