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

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

Issue 3167011: Revert 56006 - Revert 56002 - Adds SpeechInputManagerImpl to handle requests ... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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
===================================================================
--- chrome/browser/speech/speech_input_dispatcher_host.h (revision 56006)
+++ chrome/browser/speech/speech_input_dispatcher_host.h (working copy)
@@ -18,11 +18,11 @@
// 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