| 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 3a8bd80741d279700ea1f6323da683e80520cf74..339cfa7155e013bb9f1e7f3a41e6ac7f93dbcbe3 100644
|
| --- a/content/browser/speech/speech_recognition_browsertest.cc
|
| +++ b/content/browser/speech/speech_recognition_browsertest.cc
|
| @@ -126,6 +126,10 @@ class FakeSpeechRecognitionManager : public content::SpeechRecognitionManager {
|
| did_cancel_all_ = true;
|
| }
|
|
|
| + virtual void AbortAllSessionsForRenderView(int render_process_id,
|
| + int render_view_id) OVERRIDE {
|
| + NOTREACHED();
|
| + }
|
| virtual bool HasAudioInputDevices() OVERRIDE { return true; }
|
| virtual bool IsCapturingAudio() OVERRIDE { return true; }
|
| virtual string16 GetAudioInputDeviceModel() OVERRIDE { return string16(); }
|
|
|