| Index: chrome/browser/custom_handlers/protocol_handler_registry.cc
|
| diff --git a/chrome/browser/custom_handlers/protocol_handler_registry.cc b/chrome/browser/custom_handlers/protocol_handler_registry.cc
|
| index 12ca2f27435b2e55d73068a264c75ece78b05b66..5d7cd9513bfe2f8724f2cee8360ab9297e24c71a 100644
|
| --- a/chrome/browser/custom_handlers/protocol_handler_registry.cc
|
| +++ b/chrome/browser/custom_handlers/protocol_handler_registry.cc
|
| @@ -243,6 +243,11 @@ void ProtocolHandlerRegistry::DefaultClientObserver::SetDefaultWebClientUIState(
|
| }
|
| }
|
|
|
| +bool ProtocolHandlerRegistry::DefaultClientObserver::
|
| + IsInteractiveSetDefaultPermitted() {
|
| + return true;
|
| +}
|
| +
|
| void ProtocolHandlerRegistry::DefaultClientObserver::SetWorker(
|
| ShellIntegration::DefaultProtocolClientWorker* worker) {
|
| worker_ = worker;
|
|
|