| 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 ead214922007e2819402304f71ed7250deab015f..4d4270bad71e792c2ded4b0759b9ceae92f457bd 100644
|
| --- a/chrome/browser/custom_handlers/protocol_handler_registry.h
|
| +++ b/chrome/browser/custom_handlers/protocol_handler_registry.h
|
| @@ -112,6 +112,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,
|
|
|