Chromium Code Reviews| 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..93bd3de9ec3a40733f4172039a1027e46bc2f2c6 100644 |
| --- a/content/browser/speech/speech_recognition_browsertest.cc |
| +++ b/content/browser/speech/speech_recognition_browsertest.cc |
| @@ -126,6 +126,7 @@ class FakeSpeechRecognitionManager : public content::SpeechRecognitionManager { |
| did_cancel_all_ = true; |
| } |
| + virtual void AbortAllSessionsForWebContent(int, int) { NOTREACHED(); } |
|
jochen (gone - plz use gerrit)
2012/07/05 07:21:46
OVERRIDE missing?
also, I wouldn't leave out the
Primiano Tucci (use gerrit)
2012/07/05 09:25:30
Oh right. I omitted the names since they were not
|
| virtual bool HasAudioInputDevices() OVERRIDE { return true; } |
| virtual bool IsCapturingAudio() OVERRIDE { return true; } |
| virtual string16 GetAudioInputDeviceModel() OVERRIDE { return string16(); } |