| 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);
|
|
|