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

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

Issue 2651373002: Removing SpeechRecognitionManager::HasAudioInputDevices() and ShowAudioInputSettings() (Closed)
Patch Set: fix for tests Created 3 years, 11 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
« no previous file with comments | « content/public/test/fake_speech_recognition_manager.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 e5e898a6ba7e0beca7679b1a36038f447f434797..5feb66f4515e498552ba88f15705895210ea6590 100644
--- a/content/public/test/fake_speech_recognition_manager.cc
+++ b/content/public/test/fake_speech_recognition_manager.cc
@@ -126,8 +126,6 @@ void FakeSpeechRecognitionManager::AbortAllSessionsForRenderView(
DCHECK(delegate_); // We only expect this to be called via |delegate_|.
}
-bool FakeSpeechRecognitionManager::HasAudioInputDevices() { return true; }
-
int FakeSpeechRecognitionManager::GetSession(int render_process_id,
int render_view_id,
int request_id) const {
« no previous file with comments | « content/public/test/fake_speech_recognition_manager.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698