Chromium Code Reviews

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.
Jump to:
View side-by-side diff with in-line comments
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