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

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

Issue 10383151: Refactor MediaStreamImpl and PeerConnection glue implementation after WebKit changes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Adding forgotten file. 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.h
diff --git a/content/renderer/media/peer_connection_handler.h b/content/renderer/media/peer_connection_handler.h
index e9a50e8fac11b5b469bff14023ba720892c1a8eb..056048a5c582a4ac1da80d4ac0912a221e177307 100644
--- a/content/renderer/media/peer_connection_handler.h
+++ b/content/renderer/media/peer_connection_handler.h
@@ -23,7 +23,6 @@ class CONTENT_EXPORT PeerConnectionHandler
public:
PeerConnectionHandler(
WebKit::WebPeerConnectionHandlerClient* client,
- MediaStreamImpl* msi,
MediaStreamDependencyFactory* dependency_factory);
virtual ~PeerConnectionHandler();
@@ -57,8 +56,6 @@ class CONTENT_EXPORT PeerConnectionHandler
virtual void OnIceComplete() OVERRIDE;
private:
- FRIEND_TEST_ALL_PREFIXES(PeerConnectionHandlerTest, Basic);
-
void OnAddStreamCallback(webrtc::MediaStreamInterface* stream);
void OnRemoveStreamCallback(webrtc::MediaStreamInterface* stream);

Powered by Google App Engine
This is Rietveld 408576698