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

Unified Diff: media/audio/audio_system.h

Issue 2801983003: Switching WebRTC browser test from AudioManager::HasAudioOutputDevices() to AudioSystem interface. (Closed)
Patch Set: moved HasAudioOutputDevices() to WebRtcContentBrowserTestBase Created 3 years, 8 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/browser/webrtc/webrtc_content_browsertest_base.cc ('k') | media/audio/audio_system_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/audio/audio_system.h
diff --git a/media/audio/audio_system.h b/media/audio/audio_system.h
index 66dc622db267575d189e74adc5fb4729c6fbc6c7..8a87e5a29b200c713e5cf1a55c8009dc3f89ed86 100644
--- a/media/audio/audio_system.h
+++ b/media/audio/audio_system.h
@@ -56,6 +56,8 @@ class MEDIA_EXPORT AudioSystem {
virtual void HasInputDevices(OnBoolCallback on_has_devices_cb) const = 0;
+ virtual void HasOutputDevices(OnBoolCallback on_has_devices_cb) const = 0;
+
// Replies with device descriptions of input audio devices if |for_input| is
// true, and of output audio devices otherwise.
virtual void GetDeviceDescriptions(
« no previous file with comments | « content/browser/webrtc/webrtc_content_browsertest_base.cc ('k') | media/audio/audio_system_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698