| 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 f712ee07a6c67e8d7c2475b86aab5575b97d749b..81f220b74442e38ade0bbfea4fa6c5af80ccb525 100644
|
| --- a/chrome/browser/ui/app_list/app_list_service.h
|
| +++ b/chrome/browser/ui/app_list/app_list_service.h
|
| @@ -80,6 +80,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;
|
| +
|
| // Show the app list due to a trigger which was not an explicit user action
|
| // to show the app list. E.g. the auto-show when installing an app. This
|
| // permits UMA to distinguish between a user discovering the app list shortcut
|
|
|