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

Unified Diff: content/browser/speech/speech_recognition_browsertest.cc

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: Slight refactor to fix a bug on mac + rebase Created 8 years, 6 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_browsertest.cc
diff --git a/content/browser/speech/speech_recognition_browsertest.cc b/content/browser/speech/speech_recognition_browsertest.cc
index bdd38436de92538ef3f58247a9b922a6763d9d6e..6a755558f6a83b2f46b1695dcd0affbbf8094cc8 100644
--- a/content/browser/speech/speech_recognition_browsertest.cc
+++ b/content/browser/speech/speech_recognition_browsertest.cc
@@ -125,6 +125,7 @@ class FakeSpeechRecognitionManager : public content::SpeechRecognitionManager {
did_cancel_all_ = true;
}
+ virtual void AbortAllSessionsForRenderer(int, int) { NOTREACHED(); }
virtual bool HasAudioInputDevices() OVERRIDE { return true; }
virtual bool IsCapturingAudio() OVERRIDE { return true; }
virtual string16 GetAudioInputDeviceModel() OVERRIDE { return string16(); }

Powered by Google App Engine
This is Rietveld 408576698