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

Unified Diff: chrome/browser/ui/app_list/start_page_service.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/start_page_service.h
diff --git a/chrome/browser/ui/app_list/start_page_service.h b/chrome/browser/ui/app_list/start_page_service.h
index 34938530e512ffa9c91a20280e16a079012dc84f..439d1fd8e930a96e3764a217e5df2fc5335597d2 100644
--- a/chrome/browser/ui/app_list/start_page_service.h
+++ b/chrome/browser/ui/app_list/start_page_service.h
@@ -22,6 +22,10 @@
#include "content/public/browser/web_contents.h"
#include "ui/app_list/speech_ui_model_observer.h"
+namespace content {
+struct SpeechRecognitionSessionPreamble;
+}
+
namespace extensions {
class Extension;
}
@@ -50,7 +54,8 @@ class StartPageService : public KeyedService,
void AppListShown();
void AppListHidden();
- void ToggleSpeechRecognition();
+ void ToggleSpeechRecognition(
+ const scoped_refptr<content::SpeechRecognitionSessionPreamble>& preamble);
// Called when the WebUI has finished loading.
void WebUILoaded();
« no previous file with comments | « chrome/browser/ui/app_list/speech_recognizer_browsertest.cc ('k') | chrome/browser/ui/app_list/start_page_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698