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

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: fixing unittests 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 8a90a2b2223f936ad6a05717a438cf9bf6ac6bf0..686ae226fde48c088f0a05f7ccb29053b6aeab62 100644
--- a/content/renderer/media/webrtc_audio_device_impl.h
+++ b/content/renderer/media/webrtc_audio_device_impl.h
@@ -120,7 +120,7 @@ class WebRtcAudioDeviceImpl
size_t audio_delay_milliseconds) OVERRIDE;
// AudioInputDevice::CaptureEventHandler implementation.
- virtual void OnDeviceStarted(int device_index);
+ virtual void OnDeviceStarted(const std::string& device_uid);
virtual void OnDeviceStopped();
// webrtc::Module implementation.

Powered by Google App Engine
This is Rietveld 408576698