Chromium Code Reviews

Unified Diff: content/browser/appcache/appcache_request_handler_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: content/browser/appcache/appcache_request_handler_unittest.cc
diff --git a/content/browser/appcache/appcache_request_handler_unittest.cc b/content/browser/appcache/appcache_request_handler_unittest.cc
index 98d4c6bf9f3b0c0cc5f4f8a752ba2ca63fae90db..a570f1756247273ba9941ba1325e661860de7dce 100644
--- a/content/browser/appcache/appcache_request_handler_unittest.cc
+++ b/content/browser/appcache/appcache_request_handler_unittest.cc
@@ -174,10 +174,6 @@ class AppCacheRequestHandlerTest : public testing::Test {
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