summaryrefslogtreecommitdiffstats
path: root/net/url_request/test_url_fetcher_factory.cc
diff options
context:
space:
mode:
Diffstat (limited to 'net/url_request/test_url_fetcher_factory.cc')
-rw-r--r--net/url_request/test_url_fetcher_factory.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/url_request/test_url_fetcher_factory.cc b/net/url_request/test_url_fetcher_factory.cc
index 538a41cf..51ca21c 100644
--- a/net/url_request/test_url_fetcher_factory.cc
+++ b/net/url_request/test_url_fetcher_factory.cc
@@ -60,6 +60,8 @@ void TestURLFetcher::SetUploadData(const std::string& upload_content_type,
void TestURLFetcher::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) {
upload_file_path_ = file_path;
}