| 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 2ef0580b6c2c51930587a52150084438fbf976b8..03d41b2026fee5479fce56113c56f2dc8faaaf5e 100644
|
| --- a/chrome/browser/ui/webui/options2/browser_options_handler2.cc
|
| +++ b/chrome/browser/ui/webui/options2/browser_options_handler2.cc
|
| @@ -729,7 +729,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;
|
|
|