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

Unified Diff: content/browser/android/url_request_content_job_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/android/url_request_content_job_unittest.cc
diff --git a/content/browser/android/url_request_content_job_unittest.cc b/content/browser/android/url_request_content_job_unittest.cc
index 1d1c58a60d63abeda5c0796d48a358c3c5a91947..8dcef62ec45b488208ae19811828bff1004b3259 100644
--- a/content/browser/android/url_request_content_job_unittest.cc
+++ b/content/browser/android/url_request_content_job_unittest.cc
@@ -69,10 +69,6 @@ class CallbacksJobFactory : public net::URLRequestJobFactory {
return scheme == "content";
}
- bool IsHandledURL(const GURL& url) const override {
- return IsHandledProtocol(url.scheme());
- }
-
bool IsSafeRedirectTarget(const GURL& location) const override {
return false;
}

Powered by Google App Engine
This is Rietveld 408576698