| 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..d8e72e97a7913bc551ede7bc25943ee03730e8fe 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::SaveResponseToFileAtPath(
|
| + const FilePath& file_path,
|
| + scoped_refptr<base::MessageLoopProxy> file_message_loop_proxy) {
|
| +}
|
| +
|
| void TestURLFetcher::SaveResponseToTemporaryFile(
|
| scoped_refptr<base::MessageLoopProxy> file_message_loop_proxy) {
|
| }
|
|
|