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

Unified Diff: content/browser/speech/speech_recognition_manager_impl.h

Issue 10663018: Changing tab closure handling logic in speech recognition code and cleaning bubble controller. (Spe… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Relaxed thread checks for tests. Created 8 years, 5 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
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 2c3d01519335c93c038fe20904342bf4d1d4049b..c06e2192f53636dca5b39fb280606320e9df98d1 100644
--- a/content/browser/speech/speech_recognition_manager_impl.h
+++ b/content/browser/speech/speech_recognition_manager_impl.h
@@ -63,6 +63,8 @@ class CONTENT_EXPORT SpeechRecognitionManagerImpl :
virtual void AbortSession(int session_id) OVERRIDE;
virtual void AbortAllSessionsForListener(
content::SpeechRecognitionEventListener* listener) OVERRIDE;
+ virtual void AbortAllSessionsForRenderer(
+ int render_process_id, int render_view_id) OVERRIDE;
virtual void StopAudioCaptureForSession(int session_id) OVERRIDE;
virtual const content::SpeechRecognitionSessionConfig& GetSessionConfig(
int session_id) const OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698