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

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

Issue 11783059: Ensures that WebRTC works for device selection using a different sample rate than default (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed content_unittests Created 7 years, 11 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/mock_media_stream_dependency_factory.cc
diff --git a/content/renderer/media/mock_media_stream_dependency_factory.cc b/content/renderer/media/mock_media_stream_dependency_factory.cc
index e77dad85585e09463f6104aecbd7ef543834a616..70aa238cf93cfca3873826e1704437f31cad53d8 100644
--- a/content/renderer/media/mock_media_stream_dependency_factory.cc
+++ b/content/renderer/media/mock_media_stream_dependency_factory.cc
@@ -397,7 +397,4 @@ MockMediaStreamDependencyFactory::CreateIceCandidate(
return new MockIceCandidate(sdp_mid, sdp_mline_index, sdp);
}
-void MockMediaStreamDependencyFactory::SetAudioDeviceSessionId(int session_id) {
-}
-
} // namespace content

Powered by Google App Engine
This is Rietveld 408576698