diff options
Diffstat (limited to 'chrome/browser/net/about_protocol_handler.cc')
-rw-r--r-- | chrome/browser/net/about_protocol_handler.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/browser/net/about_protocol_handler.cc b/chrome/browser/net/about_protocol_handler.cc index 13f0c3b..3c6afe1 100644 --- a/chrome/browser/net/about_protocol_handler.cc +++ b/chrome/browser/net/about_protocol_handler.cc @@ -16,8 +16,4 @@ net::URLRequestJob* AboutProtocolHandler::MaybeCreateJob( return new net::URLRequestAboutJob(request, network_delegate); } -bool AboutProtocolHandler::IsSafeRedirectTarget(const GURL& location) const { - return false; -} - } // namespace chrome_browser_net |