| 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 18f01111eedac6b82a6b48dee98f77de9c5fbccb..ada323b08c7461579a231aa4e9c9a4f52027fdfa 100644
|
| --- a/chrome/browser/custom_handlers/protocol_handler_registry.h
|
| +++ b/chrome/browser/custom_handlers/protocol_handler_registry.h
|
| @@ -41,7 +41,8 @@ class ProtocolHandlerRegistry
|
| // Get response from the worker regarding whether Chrome is the default
|
| // handler for the protocol.
|
| virtual void SetDefaultWebClientUIState(
|
| - ShellIntegration::DefaultWebClientUIState state) OVERRIDE;
|
| + ShellIntegration::DefaultWebClientUIState state,
|
| + ShellIntegration::SetDefaultWebClientResult unused_result) OVERRIDE;
|
|
|
| // Give the observer a handle to the worker, so we can find out the protocol
|
| // when we're called and also tell the worker if we get deleted.
|
|
|