Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(450)

Unified Diff: net/url_request/url_request_intercepting_job_factory.cc

Issue 2783343002: Remove URLRequestJobFactory::IsHandledURL. (Closed)
Patch Set: More fixes..... Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698