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

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: fixed the nits. 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 cb86a0f34e4421245d76c0de79477c7b45217fe3..63e5293303058856e7762e5649f8e7065d4139ef 100644
--- a/content/renderer/media/webrtc_audio_device_impl.cc
+++ b/content/renderer/media/webrtc_audio_device_impl.cc
@@ -220,10 +220,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