Index: chrome/browser/ui/app_list/app_list_service.h |
diff --git a/chrome/browser/ui/app_list/app_list_service.h b/chrome/browser/ui/app_list/app_list_service.h |
index 7cef2878a01639f6ac39442d150c05adb4f76094..4d4a4408d9ae0d4e1cb73007122a9cf799e78f5b 100644 |
--- a/chrome/browser/ui/app_list/app_list_service.h |
+++ b/chrome/browser/ui/app_list/app_list_service.h |
@@ -77,6 +77,9 @@ class AppListService { |
// profile to local prefs as the default app list profile. |
virtual void ShowForProfile(Profile* requested_profile) = 0; |
+ // Shows the app list, and jump to voice search. Used by always-on hotwording. |
+ virtual void ShowForVoiceSearch(Profile* profile) = 0; |
+ |
// Shows the app list, and reveals the page that contains |extension_id|. This |
// should only be called for things that show in the app list, and only when |
// they begin or complete installing. If |start_discovery_tracking| is set, |