| 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 d7ddbb02a200a86f961b89ef6ba7dd3044c3dc81..2bd973118ddd94b82e9241f03b860048f4769cfd 100644
|
| --- a/chrome/browser/ui/webui/options2/browser_options_handler2.h
|
| +++ b/chrome/browser/ui/webui/options2/browser_options_handler2.h
|
| @@ -58,6 +58,7 @@ class BrowserOptionsHandler
|
| // ShellIntegration::DefaultWebClientObserver implementation.
|
| virtual void SetDefaultWebClientUIState(
|
| ShellIntegration::DefaultWebClientUIState state) OVERRIDE;
|
| + virtual bool IsInteractiveSetDefaultPermitted() OVERRIDE;
|
|
|
| // TemplateURLServiceObserver implementation.
|
| virtual void OnTemplateURLServiceChanged() OVERRIDE;
|
|
|