| 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..1a43349cd1a3295c51af8ebaed793f49cf080bc9 100644
|
| --- a/chrome/browser/custom_handlers/protocol_handler_registry.h
|
| +++ b/chrome/browser/custom_handlers/protocol_handler_registry.h
|
| @@ -48,7 +48,7 @@ class ProtocolHandlerRegistry : public KeyedService {
|
| virtual ~Delegate();
|
| virtual void RegisterExternalHandler(const std::string& protocol);
|
| virtual void DeregisterExternalHandler(const std::string& protocol);
|
| - virtual bool IsExternalHandlerRegistered(const std::string& protocol);
|
| + virtual bool CanSchemeBeOverridden(const std::string& protocol);
|
| virtual scoped_refptr<shell_integration::DefaultProtocolClientWorker>
|
| CreateShellWorker(
|
| const shell_integration::DefaultWebClientWorkerCallback& callback,
|
|
|