| Index: chrome/browser/speech/chrome_speech_recognition_manager_delegate.h
|
| ===================================================================
|
| --- chrome/browser/speech/chrome_speech_recognition_manager_delegate.h (revision 170917)
|
| +++ chrome/browser/speech/chrome_speech_recognition_manager_delegate.h (working copy)
|
| @@ -40,8 +40,8 @@
|
| virtual void OnSoundEnd(int session_id) OVERRIDE;
|
| virtual void OnAudioEnd(int session_id) OVERRIDE;
|
| virtual void OnRecognitionEnd(int session_id) OVERRIDE;
|
| - virtual void OnRecognitionResult(
|
| - int session_id, const content::SpeechRecognitionResult& result) OVERRIDE;
|
| + virtual void OnRecognitionResults(
|
| + int session_id, const content::SpeechRecognitionResults& result) OVERRIDE;
|
| virtual void OnRecognitionError(
|
| int session_id, const content::SpeechRecognitionError& error) OVERRIDE;
|
| virtual void OnAudioLevelsChange(int session_id, float volume,
|
|
|
| Property changes on: chrome\browser\speech\chrome_speech_recognition_manager_delegate.h
|
| ___________________________________________________________________
|
| Added: svn:mergeinfo
|
|
|
|
|