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

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

Issue 809603003: Plumb preamble log data from the hotword extension into the speech recognizer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix build. Created 6 years 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_impl.h
diff --git a/chrome/browser/ui/app_list/app_list_service_impl.h b/chrome/browser/ui/app_list/app_list_service_impl.h
index c9fd6668f3b1a0b1d737fcc2961f5c4670dec6c5..6dd0dabcc85a95cd91c5ca2499971dba20cc1993 100644
--- a/chrome/browser/ui/app_list/app_list_service_impl.h
+++ b/chrome/browser/ui/app_list/app_list_service_impl.h
@@ -53,7 +53,10 @@ class AppListServiceImpl : public AppListService,
base::FilePath GetProfilePath(const base::FilePath& user_data_dir) override;
void SetProfilePath(const base::FilePath& profile_path) override;
void Show() override;
- void ShowForVoiceSearch(Profile* profile) override;
+ void ShowForVoiceSearch(
+ Profile* profile,
+ const scoped_refptr<content::SpeechRecognitionSessionPreamble>& preamble)
+ override;
void ShowForAppInstall(Profile* profile,
const std::string& extension_id,
bool start_discovery_tracking) override;
« no previous file with comments | « chrome/browser/ui/app_list/app_list_service_disabled.cc ('k') | chrome/browser/ui/app_list/app_list_service_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698