Index: chrome/browser/custom_handlers/protocol_handler_registry.h |
diff --git a/chrome/browser/custom_handlers/protocol_handler_registry.h b/chrome/browser/custom_handlers/protocol_handler_registry.h |
index 063d0dfde213a7a0fd428ccceaf995ed75bd9dd6..73a52021dfec17e9e7bb8da0268d010d0f540ceb 100644 |
--- a/chrome/browser/custom_handlers/protocol_handler_registry.h |
+++ b/chrome/browser/custom_handlers/protocol_handler_registry.h |
@@ -114,6 +114,7 @@ class ProtocolHandlerRegistry : public ProfileKeyedService { |
net::NetworkDelegate* network_delegate) const OVERRIDE; |
virtual bool IsHandledProtocol(const std::string& scheme) const OVERRIDE; |
virtual bool IsHandledURL(const GURL& url) const OVERRIDE; |
+ virtual bool IsSafeRedirectTarget(const GURL& location) const OVERRIDE; |
private: |
// When JobInterceptorFactory decides to pass on particular requests, |