| 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 00d08c269803e05becfdda4e27a9b100498cbd6e..25f712cad488c86ec27cc4f5ba1c289c5ab6ef0e 100644
|
| --- a/chrome/browser/custom_handlers/protocol_handler_registry.h
|
| +++ b/chrome/browser/custom_handlers/protocol_handler_registry.h
|
| @@ -93,7 +93,6 @@ class ProtocolHandlerRegistry : public KeyedService {
|
| net::NetworkDelegate* network_delegate) const override;
|
|
|
| bool IsHandledProtocol(const std::string& scheme) const override;
|
| - bool IsHandledURL(const GURL& url) const override;
|
| bool IsSafeRedirectTarget(const GURL& location) const override;
|
|
|
| private:
|
|
|