Index: net/url_request/url_request_intercepting_job_factory.cc |
diff --git a/net/url_request/url_request_intercepting_job_factory.cc b/net/url_request/url_request_intercepting_job_factory.cc |
index 45a13fca3fc81a0b9d0cddff01c065aa090a97c4..f6aaca3ee321ca28fcaf191effb52c3296c0f510 100644 |
--- a/net/url_request/url_request_intercepting_job_factory.cc |
+++ b/net/url_request/url_request_intercepting_job_factory.cc |
@@ -76,10 +76,6 @@ bool URLRequestInterceptingJobFactory::IsHandledProtocol( |
return job_factory_->IsHandledProtocol(scheme); |
} |
-bool URLRequestInterceptingJobFactory::IsHandledURL(const GURL& url) const { |
- return job_factory_->IsHandledURL(url); |
-} |
- |
bool URLRequestInterceptingJobFactory::IsSafeRedirectTarget( |
const GURL& location) const { |
return job_factory_->IsSafeRedirectTarget(location); |