| Index: chrome/browser/ui/webui/options/browser_options_handler.h
|
| diff --git a/chrome/browser/ui/webui/options/browser_options_handler.h b/chrome/browser/ui/webui/options/browser_options_handler.h
|
| index 9a79d55b37e3fef3e83aba61af4ed9ef8a407d7b..067384ce4d14b5baa268614afcb14b73bf099ea8 100644
|
| --- a/chrome/browser/ui/webui/options/browser_options_handler.h
|
| +++ b/chrome/browser/ui/webui/options/browser_options_handler.h
|
| @@ -282,6 +282,9 @@ class BrowserOptionsHandler
|
| // Callback for "requestHotwordAvailable" message.
|
| void HandleRequestHotwordAvailable(const base::ListValue* args);
|
|
|
| + // Callback for "launchHotwordAudioVerificationApp" message.
|
| + void HandleLaunchHotwordAudioVerificationApp(const base::ListValue* args);
|
| +
|
| // Callback for "launchEasyUnlockSetup" message.
|
| void HandleLaunchEasyUnlockSetup(const base::ListValue* args);
|
|
|
|
|