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

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

Issue 9558001: libjingle roll 117:119 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: - Created 8 years, 10 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/peer_connection_handler.h ('k') | content/renderer/p2p/ipc_network_manager.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.cc
diff --git a/content/renderer/media/peer_connection_handler.cc b/content/renderer/media/peer_connection_handler.cc
index 10afa7ad8d4f5ebc12fd95a219974e558f670ab9..168719aa5bb54f2c98f417a80d0eaa1eb92a5003 100644
--- a/content/renderer/media/peer_connection_handler.cc
+++ b/content/renderer/media/peer_connection_handler.cc
@@ -152,6 +152,15 @@ void PeerConnectionHandler::OnRemoveStream(
}
}
+void PeerConnectionHandler::OnIceCandidate(
+ const webrtc::IceCandidateInterface* candidate) {
+ NOTIMPLEMENTED();
+}
+
+void PeerConnectionHandler::OnIceComplete() {
+ NOTIMPLEMENTED();
+}
+
void PeerConnectionHandler::AddStreams(
const WebKit::WebVector<WebKit::WebMediaStreamDescriptor>& streams) {
for (size_t i = 0; i < streams.size(); ++i) {
« no previous file with comments | « content/renderer/media/peer_connection_handler.h ('k') | content/renderer/p2p/ipc_network_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698