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

Unified Diff: media/audio/fake_audio_manager.cc

Issue 1186293003: Implement HasInputDevices in CrasAudioManager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add SetHasInputDevice in FakeAudioManager Created 5 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: media/audio/fake_audio_manager.cc
diff --git a/media/audio/fake_audio_manager.cc b/media/audio/fake_audio_manager.cc
index a181a2f263115195e5debd86398a554e8f8f175c..a4a90c13696553f95ee81cd8b023a8ee4c755c9e 100644
--- a/media/audio/fake_audio_manager.cc
+++ b/media/audio/fake_audio_manager.cc
@@ -25,6 +25,9 @@ bool FakeAudioManager::HasAudioOutputDevices() { return false; }
bool FakeAudioManager::HasAudioInputDevices() { return false; }
+void FakeAudioManager::SetHasInputDevices(bool has_input_devices) {}
+
+
// Implementation of AudioManagerBase.
AudioOutputStream* FakeAudioManager::MakeLinearOutputStream(
const AudioParameters& params) {

Powered by Google App Engine
This is Rietveld 408576698