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

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

Issue 10383151: Refactor MediaStreamImpl and PeerConnection glue implementation after WebKit changes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 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/peer_connection_handler_jsep.h
diff --git a/content/renderer/media/peer_connection_handler_jsep.h b/content/renderer/media/peer_connection_handler_jsep.h
index 96d054f1e2c8b76c06c2168899bd0c2eaf6f8106..226be9169099e29bf0b52344bb5430d9896b7e64 100644
--- a/content/renderer/media/peer_connection_handler_jsep.h
+++ b/content/renderer/media/peer_connection_handler_jsep.h
@@ -23,7 +23,6 @@ class CONTENT_EXPORT PeerConnectionHandlerJsep
public:
PeerConnectionHandlerJsep(
WebKit::WebPeerConnection00HandlerClient* client,
- MediaStreamImpl* msi,
MediaStreamDependencyFactory* dependency_factory);
virtual ~PeerConnectionHandlerJsep();

Powered by Google App Engine
This is Rietveld 408576698