Chromium Code Reviews| Index: content/public/browser/speech_recognition_manager.h |
| diff --git a/content/public/browser/speech_recognition_manager.h b/content/public/browser/speech_recognition_manager.h |
| index 4b1ae721225a0e31a437d31deef4370ba2b69d59..1c68ae34bfdf35335b2b3d916441ea0ea15b9eb0 100644 |
| --- a/content/public/browser/speech_recognition_manager.h |
| +++ b/content/public/browser/speech_recognition_manager.h |
| @@ -49,6 +49,10 @@ class SpeechRecognitionManager { |
| virtual void AbortAllSessionsForListener( |
| SpeechRecognitionEventListener* listener) = 0; |
| + // Aborts all sessions for a given WebContent, without providing any result. |
| + virtual void AbortAllSessionsForWebContent( |
| + int render_process_id, int render_view_id) = 0; |
|
jochen (gone - plz use gerrit)
2012/07/05 07:21:46
What about claling this ...ForRenderView? A web co
Primiano Tucci (use gerrit)
2012/07/05 09:25:30
Ah sorry it was not completely clear to me the dif
|
| + |
| // Stops audio capture for an existing session. The audio captured before the |
| // call will be processed, possibly ending up with a result. |
| virtual void StopAudioCaptureForSession(int session_id) = 0; |