| Index: chrome/browser/ui/webui/options2/browser_options_handler2.cc
|
| diff --git a/chrome/browser/ui/webui/options2/browser_options_handler2.cc b/chrome/browser/ui/webui/options2/browser_options_handler2.cc
|
| index 0ef6855c23258ace0c446647b3173d361fe5b61d..498eb03ed82efd56cc35ad26178e6483d947814e 100644
|
| --- a/chrome/browser/ui/webui/options2/browser_options_handler2.cc
|
| +++ b/chrome/browser/ui/webui/options2/browser_options_handler2.cc
|
| @@ -732,7 +732,8 @@ int BrowserOptionsHandler::StatusStringIdForState(
|
| }
|
|
|
| void BrowserOptionsHandler::SetDefaultWebClientUIState(
|
| - ShellIntegration::DefaultWebClientUIState state) {
|
| + ShellIntegration::DefaultWebClientUIState state,
|
| + ShellIntegration::SetDefaultWebClientResult unused_result) {
|
| int status_string_id;
|
| if (state == ShellIntegration::STATE_IS_DEFAULT)
|
| status_string_id = IDS_OPTIONS_DEFAULTBROWSER_DEFAULT;
|
|
|