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

Unified Diff: media/audio/mock_audio_manager.cc

Issue 1186293003: Implement HasInputDevices in CrasAudioManager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move audio_manager to be a regular member of CrasAudioManager. Fix InitializeForTesting 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/mock_audio_manager.cc
diff --git a/media/audio/mock_audio_manager.cc b/media/audio/mock_audio_manager.cc
index 5cf00d14610d8276a738d1683e38b5ad8756b8cb..9b4238bfa6570c1c7267e95b5ea331699fb3fd72 100644
--- a/media/audio/mock_audio_manager.cc
+++ b/media/audio/mock_audio_manager.cc
@@ -106,4 +106,6 @@ scoped_ptr<AudioLog> MockAudioManager::CreateAudioLog(
void MockAudioManager::SetHasKeyboardMic() {}
+void MockAudioManager::SetHasInputDevices(bool has_input_devices) {};
Daniel Erat 2015/06/24 13:37:45 nit: remove trailing semicolon
cychiang 2015/06/25 05:45:25 Done.
+
} // namespace media.
« chromeos/audio/cras_audio_handler_unittest.cc ('K') | « media/audio/mock_audio_manager.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698