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

Unified Diff: content/public/test/fake_speech_recognition_manager.cc

Issue 16286010: Removed the IsRecordingInProcess check for speech since it is not needed (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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/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();
}

Powered by Google App Engine
This is Rietveld 408576698