| 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 5a6dfae91134364984447dfffb2269b13714e820..3937861cd8b1b29c16755d2666df538a2531feaa 100644
|
| --- a/chrome/browser/custom_handlers/protocol_handler_registry.cc
|
| +++ b/chrome/browser/custom_handlers/protocol_handler_registry.cc
|
| @@ -78,7 +78,8 @@ ProtocolHandlerRegistry::DefaultClientObserver::~DefaultClientObserver() {
|
|
|
| void
|
| ProtocolHandlerRegistry::DefaultClientObserver::SetDefaultWebClientUIState(
|
| - ShellIntegration::DefaultWebClientUIState state) {
|
| + ShellIntegration::DefaultWebClientUIState state,
|
| + ShellIntegration::SetDefaultWebClientResult unused_result) {
|
| if (worker_) {
|
| if (ShouldRemoveHandlersNotInOS() &&
|
| (state == ShellIntegration::STATE_NOT_DEFAULT)) {
|
|
|