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

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

Issue 12440027: Do not pass the string device_id via IPC message to create an audio input stream (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: addressed palmer's comments Created 7 years, 9 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
Index: content/renderer/media/webrtc_audio_device_impl.cc
diff --git a/content/renderer/media/webrtc_audio_device_impl.cc b/content/renderer/media/webrtc_audio_device_impl.cc
index 2312825a8f0f54e15b0e8f4393a6cfac497e5640..5895c5a3dd4b000f3f4f6c29f47edd97f159894a 100644
--- a/content/renderer/media/webrtc_audio_device_impl.cc
+++ b/content/renderer/media/webrtc_audio_device_impl.cc
@@ -216,10 +216,6 @@ void WebRtcAudioDeviceImpl::SetCaptureFormat(
input_audio_parameters_ = params;
}
-void WebRtcAudioDeviceImpl::OnCaptureDeviceStopped() {
- DVLOG(1) << "WebRtcAudioDeviceImpl::OnCaptureDeviceStopped()";
-}
-
int32_t WebRtcAudioDeviceImpl::ChangeUniqueId(const int32_t id) {
NOTIMPLEMENTED();
return -1;

Powered by Google App Engine
This is Rietveld 408576698