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

Unified Diff: content/renderer/media/webrtc_audio_device_impl.h

Issue 8491044: Link things together and enable the device selection for linux and mac. (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: tiny fix for the unittests on mac Created 9 years, 1 month 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: content/renderer/media/webrtc_audio_device_impl.h
diff --git a/content/renderer/media/webrtc_audio_device_impl.h b/content/renderer/media/webrtc_audio_device_impl.h
index 0ee233f58935286c2ded2aac5f266915819c40e6..6dafd878c9148a67ebed9d0c8bb1289e2f2f793b 100644
--- a/content/renderer/media/webrtc_audio_device_impl.h
+++ b/content/renderer/media/webrtc_audio_device_impl.h
@@ -121,7 +121,7 @@ class CONTENT_EXPORT WebRtcAudioDeviceImpl
size_t audio_delay_milliseconds) OVERRIDE;
// AudioInputDevice::CaptureEventHandler implementation.
- virtual void OnDeviceStarted(int device_index);
+ virtual void OnDeviceStarted(const std::string& device_id);
virtual void OnDeviceStopped();
// webrtc::Module implementation.

Powered by Google App Engine
This is Rietveld 408576698