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

Unified Diff: net/sdch/sdch_owner_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: net/sdch/sdch_owner_unittest.cc
diff --git a/net/sdch/sdch_owner_unittest.cc b/net/sdch/sdch_owner_unittest.cc
index 29880efd7c45db261dbfa69eb8d01d4ea7506ca1..846ad79ba56ece949d17558b219c463ad398444b 100644
--- a/net/sdch/sdch_owner_unittest.cc
+++ b/net/sdch/sdch_owner_unittest.cc
@@ -209,10 +209,6 @@ class MockURLRequestJobFactory : public URLRequestJobFactory {
return scheme == "http";
};
- bool IsHandledURL(const GURL& url) const override {
- return url.SchemeIs("http");
- }
-
bool IsSafeRedirectTarget(const GURL& location) const override {
return false;
}

Powered by Google App Engine
This is Rietveld 408576698