| 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 5ac4cc134510b40df13342ce685c6d4aa6e9d0dd..a218d89a16edd9da157669bdd952f645bb20bc09 100644
|
| --- a/chrome/browser/ui/webui/options/browser_options_handler.h
|
| +++ b/chrome/browser/ui/webui/options/browser_options_handler.h
|
| @@ -251,6 +251,13 @@ class BrowserOptionsHandler
|
| #endif // defined(OS_CHROMEOS)
|
| #endif // defined(ENABLE_FULL_PRINTING)
|
|
|
| + // Check if hotword is available. If it is, tell the javascript to show
|
| + // the hotword section of the settings page.
|
| + void SendHotwordAvailable();
|
| +
|
| + // Callback for "requestHotwordAvailable" message.
|
| + void HandleRequestHotwordAvailable(const base::ListValue* args);
|
| +
|
| #if defined(OS_CHROMEOS)
|
| // Opens the wallpaper manager component extension.
|
| void HandleOpenWallpaperManager(const base::ListValue* args);
|
|
|