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

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: Address review comments. 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 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,

Powered by Google App Engine
This is Rietveld 408576698