| 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;
|
| }
|
|
|