Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(596)

Unified Diff: chrome/browser/ui/app_list/app_list_service.h

Issue 631913004: Open the launcher when hotword is triggered in always-on mode. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@hotword-google-com-ntp
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698