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

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: Rebase and added NON_EXPORTED_BASE to the base of MediaStreamExtradata. 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
« no previous file with comments | « content/renderer/media/mock_media_stream_impl.cc ('k') | content/renderer/media/peer_connection_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « content/renderer/media/mock_media_stream_impl.cc ('k') | content/renderer/media/peer_connection_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698