Index: content/browser/speech/speech_recognition_manager_impl.h |
diff --git a/content/browser/speech/speech_recognition_manager_impl.h b/content/browser/speech/speech_recognition_manager_impl.h |
index b27c0310b275630532629f825a8289a10c34f2de..5d43dfca93ea562ce5ba2da3437d40be5013f38b 100644 |
--- a/content/browser/speech/speech_recognition_manager_impl.h |
+++ b/content/browser/speech/speech_recognition_manager_impl.h |
@@ -69,10 +69,9 @@ class CONTENT_EXPORT SpeechRecognitionManagerImpl : |
int session_id) const OVERRIDE; |
virtual content::SpeechRecognitionSessionContext GetSessionContext( |
int session_id) const OVERRIDE; |
- virtual int LookupSessionByContext( |
- base::Callback<bool( |
- const content::SpeechRecognitionSessionContext&)> matcher) |
- const OVERRIDE; |
+ virtual int GetSession(int render_process_id, |
+ int render_view_id, |
+ int request_id) const OVERRIDE; |
virtual bool HasAudioInputDevices() OVERRIDE; |
virtual bool IsCapturingAudio() OVERRIDE; |
virtual string16 GetAudioInputDeviceModel() OVERRIDE; |