| Index: content/test/test_url_fetcher_factory.cc
|
| diff --git a/content/test/test_url_fetcher_factory.cc b/content/test/test_url_fetcher_factory.cc
|
| index 02f1933b1a7854615fb62c26e4372fb7b3719a03..a6056028725698c8dd302aff8b5a9d9bd1193830 100644
|
| --- a/content/test/test_url_fetcher_factory.cc
|
| +++ b/content/test/test_url_fetcher_factory.cc
|
| @@ -103,6 +103,11 @@ base::TimeDelta TestURLFetcher::GetBackoffDelay() const {
|
| return fake_backoff_delay_;
|
| }
|
|
|
| +void TestURLFetcher::SaveResponseToFile(
|
| + const FilePath& file_path,
|
| + scoped_refptr<base::MessageLoopProxy> file_message_loop_proxy) {
|
| +}
|
| +
|
| void TestURLFetcher::SaveResponseToTemporaryFile(
|
| scoped_refptr<base::MessageLoopProxy> file_message_loop_proxy) {
|
| }
|
|
|