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

Unified Diff: chrome/browser/speech/speech_input_dispatcher_host.h

Issue 3108007: Adds SpeechInputManagerImpl to handle requests from render views and return recognition events. (Closed)
Patch Set: Address marcus's comment. Created 10 years, 4 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
« no previous file with comments | « chrome/browser/speech/speech_input_browsertest.cc ('k') | chrome/browser/speech/speech_input_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/speech/speech_input_dispatcher_host.h
diff --git a/chrome/browser/speech/speech_input_dispatcher_host.h b/chrome/browser/speech/speech_input_dispatcher_host.h
index 45f9c983ae49b39b3d6283849d9d0db25abd1299..9f2e882e16a96696f031237ff6013757dc6ae3dc 100644
--- a/chrome/browser/speech/speech_input_dispatcher_host.h
+++ b/chrome/browser/speech/speech_input_dispatcher_host.h
@@ -18,11 +18,11 @@ namespace speech_input {
// It's the complement of SpeechInputDispatcher (owned by RenderView).
class SpeechInputDispatcherHost
: public base::RefCountedThreadSafe<SpeechInputDispatcherHost>,
- public SpeechInputManager::Listener {
+ public SpeechInputManager::Delegate {
public:
explicit SpeechInputDispatcherHost(int resource_message_filter_process_id);
- // SpeechInputManager::Listener methods.
+ // SpeechInputManager::Delegate methods.
void SetRecognitionResult(int render_view_id, const string16& result);
void DidCompleteRecording(int render_view_id);
void DidCompleteRecognition(int render_view_id);
« no previous file with comments | « chrome/browser/speech/speech_input_browsertest.cc ('k') | chrome/browser/speech/speech_input_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698