| Index: chrome/browser/ui/webui/options2/browser_options_handler2.h
|
| diff --git a/chrome/browser/ui/webui/options2/browser_options_handler2.h b/chrome/browser/ui/webui/options2/browser_options_handler2.h
|
| index 2bd973118ddd94b82e9241f03b860048f4769cfd..d20a087147d8de1a1f8f9f7a4ee347a3e411c3d1 100644
|
| --- a/chrome/browser/ui/webui/options2/browser_options_handler2.h
|
| +++ b/chrome/browser/ui/webui/options2/browser_options_handler2.h
|
| @@ -57,7 +57,8 @@ class BrowserOptionsHandler
|
|
|
| // ShellIntegration::DefaultWebClientObserver implementation.
|
| virtual void SetDefaultWebClientUIState(
|
| - ShellIntegration::DefaultWebClientUIState state) OVERRIDE;
|
| + ShellIntegration::DefaultWebClientUIState state,
|
| + ShellIntegration::SetDefaultWebClientResult unused_result) OVERRIDE;
|
| virtual bool IsInteractiveSetDefaultPermitted() OVERRIDE;
|
|
|
| // TemplateURLServiceObserver implementation.
|
|
|