| Index: chrome/browser/ui/webui/options/browser_options_handler.cc
|
| diff --git a/chrome/browser/ui/webui/options/browser_options_handler.cc b/chrome/browser/ui/webui/options/browser_options_handler.cc
|
| index 7bba6f8e9ba5d17a2b7a84a12964ede1a23261d2..38ece379e39f632d18a8ff6b00ad469e03053cb0 100644
|
| --- a/chrome/browser/ui/webui/options/browser_options_handler.cc
|
| +++ b/chrome/browser/ui/webui/options/browser_options_handler.cc
|
| @@ -1881,7 +1881,7 @@ void BrowserOptionsHandler::HandleLaunchHotwordAudioVerificationApp(
|
| if (!hotword_service)
|
| return;
|
|
|
| - hotword_service->LaunchHotwordAudioVerificationApp(launch_mode);
|
| + hotword_service->MaybeLaunchHotwordAudioVerificationApp(launch_mode);
|
| }
|
|
|
| void BrowserOptionsHandler::HandleLaunchEasyUnlockSetup(
|
|
|