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

Unified Diff: content/renderer/media/media_stream_dependency_factory.h

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: Fixes include order 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/media_stream_dependency_factory.h
diff --git a/content/renderer/media/media_stream_dependency_factory.h b/content/renderer/media/media_stream_dependency_factory.h
index b23bef911deafadadb272c6bdc6f7c2ed476e679..99463d9429e5b48b6b7649739bfb9b8fd4291ce0 100644
--- a/content/renderer/media/media_stream_dependency_factory.h
+++ b/content/renderer/media/media_stream_dependency_factory.h
@@ -146,7 +146,6 @@ class CONTENT_EXPORT MediaStreamDependencyFactory
virtual bool EnsurePeerConnectionFactory();
virtual bool PeerConnectionFactoryCreated();
- virtual void SetAudioDeviceSessionId(int session_id);
perkj_chrome 2013/01/15 09:00:19 Please fix the MockDependencyFactory after removin
henrika (OOO until Aug 14) 2013/01/16 16:49:00 Done.
private:
// Creates and deletes |pc_factory_|, which in turn is used for

Powered by Google App Engine
This is Rietveld 408576698