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

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

Issue 10824143: Rolling libjingle r164. (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 8 years, 5 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
===================================================================
--- content/renderer/media/peer_connection_handler_jsep.h (revision 149659)
+++ content/renderer/media/peer_connection_handler_jsep.h (working copy)
@@ -55,8 +55,6 @@
// webrtc::PeerConnectionObserver implementation
virtual void OnError() OVERRIDE;
- virtual void OnMessage(const std::string& msg) OVERRIDE;
- virtual void OnSignalingMessage(const std::string& msg) OVERRIDE;
virtual void OnStateChange(StateType state_changed) OVERRIDE;
virtual void OnAddStream(webrtc::MediaStreamInterface* stream) OVERRIDE;
virtual void OnRemoveStream(webrtc::MediaStreamInterface* stream) OVERRIDE;
« no previous file with comments | « content/renderer/media/mock_peer_connection_impl.cc ('k') | content/renderer/media/peer_connection_handler_jsep.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698