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

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: rebase2 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 6e634015e9e889766c0d19498f57e7e3e8abb4c8..5498783a54e04b9fd8e27b0f13e5f8972b294c1a 100644
--- a/content/renderer/media/webrtc_audio_device_impl.h
+++ b/content/renderer/media/webrtc_audio_device_impl.h
@@ -121,8 +121,8 @@ class CONTENT_EXPORT WebRtcAudioDeviceImpl
size_t audio_delay_milliseconds) OVERRIDE;
// AudioInputDevice::CaptureEventHandler implementation.
- virtual void OnDeviceStarted(int device_index) OVERRIDE;
- virtual void OnDeviceStopped() OVERRIDE;
+ virtual void OnDeviceStarted(const std::string& device_id);
+ virtual void OnDeviceStopped();
// webrtc::Module implementation.
virtual int32_t Version(char* version,
« no previous file with comments | « content/renderer/media/audio_input_message_filter.cc ('k') | content/renderer/media/webrtc_audio_device_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698