| Index: net/url_request/test_url_fetcher_factory.cc
|
| diff --git a/net/url_request/test_url_fetcher_factory.cc b/net/url_request/test_url_fetcher_factory.cc
|
| index bea97b6a86438cef35377fa3808ce47a9f98d1b6..2f9a3336a89d89baf2327b02fbdce4105e3cfb24 100644
|
| --- a/net/url_request/test_url_fetcher_factory.cc
|
| +++ b/net/url_request/test_url_fetcher_factory.cc
|
| @@ -64,6 +64,15 @@ void TestURLFetcher::SetUploadFilePath(
|
| upload_file_path_ = file_path;
|
| }
|
|
|
| +void TestURLFetcher::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) {
|
| + upload_file_path_ = file_path;
|
| +}
|
| +
|
| void TestURLFetcher::SetChunkedUpload(const std::string& upload_content_type) {
|
| }
|
|
|
|
|