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

Unified Diff: content/browser/loader/resource_dispatcher_host_unittest.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: content/browser/loader/resource_dispatcher_host_unittest.cc
diff --git a/content/browser/loader/resource_dispatcher_host_unittest.cc b/content/browser/loader/resource_dispatcher_host_unittest.cc
index aff0952bcce9f98ca39facfada6f3eec34e52f44..0bb85b2cf9647239cde813ee3586ff5de216b2d7 100644
--- a/content/browser/loader/resource_dispatcher_host_unittest.cc
+++ b/content/browser/loader/resource_dispatcher_host_unittest.cc
@@ -594,10 +594,6 @@ class TestURLRequestJobFactory : public net::URLRequestJobFactory {
return supported_schemes_.count(scheme) > 0;
}
- bool IsHandledURL(const GURL& url) const override {
- return supported_schemes_.count(url.scheme()) > 0;
- }
-
bool IsSafeRedirectTarget(const GURL& location) const override {
return false;
}

Powered by Google App Engine
This is Rietveld 408576698