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

Unified Diff: net/url_request/url_request_job_factory.h

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_job_factory.h
diff --git a/net/url_request/url_request_job_factory.h b/net/url_request/url_request_job_factory.h
index 4df4cd717f78c604dfca6c56bffc87ebdaf336f3..bf7d7525dc4c293170b0db866f39c5b5544b27b7 100644
--- a/net/url_request/url_request_job_factory.h
+++ b/net/url_request/url_request_job_factory.h
@@ -58,8 +58,6 @@ class NET_EXPORT URLRequestJobFactory
virtual bool IsHandledProtocol(const std::string& scheme) const = 0;
- virtual bool IsHandledURL(const GURL& url) const = 0;
-
virtual bool IsSafeRedirectTarget(const GURL& location) const = 0;
private:

Powered by Google App Engine
This is Rietveld 408576698