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

Unified Diff: media/audio/fake_audio_manager.h

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.h
diff --git a/media/audio/fake_audio_manager.h b/media/audio/fake_audio_manager.h
index ce24c3e343535b0bef0707001ef8edf5cb35c00d..09dd1c3cea789998feee4ed257bfcbab89a90a68 100644
--- a/media/audio/fake_audio_manager.h
+++ b/media/audio/fake_audio_manager.h
@@ -20,6 +20,7 @@ class MEDIA_EXPORT FakeAudioManager : public AudioManagerBase {
// Implementation of AudioManager.
bool HasAudioOutputDevices() override;
bool HasAudioInputDevices() override;
+ void SetHasInputDevices(bool has_input_devices) override;
// Implementation of AudioManagerBase.
AudioOutputStream* MakeLinearOutputStream(

Powered by Google App Engine
This is Rietveld 408576698