Index: content/public/test/fake_speech_recognition_manager.cc |
diff --git a/content/public/test/fake_speech_recognition_manager.cc b/content/public/test/fake_speech_recognition_manager.cc |
index 8f89255f20f35cfaee831e735305a5c4f791bad0..13abf30b9591601d864fe918248f0ae4c8e8faa9 100644 |
--- a/content/public/test/fake_speech_recognition_manager.cc |
+++ b/content/public/test/fake_speech_recognition_manager.cc |
@@ -98,8 +98,6 @@ void FakeSpeechRecognitionManager::AbortAllSessionsForRenderView( |
bool FakeSpeechRecognitionManager::HasAudioInputDevices() { return true; } |
-bool FakeSpeechRecognitionManager::IsCapturingAudio() { return true; } |
- |
string16 FakeSpeechRecognitionManager::GetAudioInputDeviceModel() { |
return string16(); |
} |