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

Unified Diff: content/test/webrtc_audio_device_test.h

Issue 23731007: Implicit audio output device selection for getUserMedia. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebase Created 7 years, 3 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/renderer/media/webrtc_local_audio_renderer.cc ('k') | content/test/webrtc_audio_device_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/webrtc_audio_device_test.h
diff --git a/content/test/webrtc_audio_device_test.h b/content/test/webrtc_audio_device_test.h
index b2fefafdf246002b0d0e0f5974c5ce866982b7f2..927e1dcb40b4d64b30ab175f6ce7dca2f3be03c7 100644
--- a/content/test/webrtc_audio_device_test.h
+++ b/content/test/webrtc_audio_device_test.h
@@ -53,6 +53,7 @@ class MediaStreamManager;
class RenderThreadImpl;
class ResourceContext;
class TestBrowserThread;
+class WebRtcAudioRenderer;
class WebRTCMockRenderProcess;
// Scoped class for WebRTC interfaces. Fetches the wrapped interface
@@ -134,6 +135,9 @@ class MAYBE_WebRTCAudioDeviceTest : public ::testing::Test,
void SetAudioHardwareConfig(media::AudioHardwareConfig* hardware_config);
+ scoped_refptr<WebRtcAudioRenderer> CreateDefaultWebRtcAudioRenderer(
+ int render_view_id);
+
protected:
void InitializeIOThread(const char* thread_name);
void UninitializeIOThread();
« no previous file with comments | « content/renderer/media/webrtc_local_audio_renderer.cc ('k') | content/test/webrtc_audio_device_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698