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..5c4039bcc3adbb59e12de613ecf2b0009c0da9cb 100644 |
--- a/content/test/test_url_fetcher_factory.cc |
+++ b/content/test/test_url_fetcher_factory.cc |
@@ -88,6 +88,9 @@ void TestURLFetcher::SetRequestContext( |
net::URLRequestContextGetter* request_context_getter) { |
} |
+void TestURLFetcher::AssociateWithRenderView(int process_id, int routing_id) { |
+} |
+ |
void TestURLFetcher::SetAutomaticallyRetryOn5xx(bool retry) { |
} |
@@ -124,11 +127,6 @@ void TestURLFetcher::Start() { |
// Overriden to do nothing. It is assumed the caller will notify the delegate. |
} |
-void TestURLFetcher::StartWithRequestContextGetter( |
- net::URLRequestContextGetter* request_context_getter) { |
- NOTIMPLEMENTED(); |
-} |
- |
const GURL& TestURLFetcher::GetOriginalURL() const { |
return original_url_; |
} |