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

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

Issue 12207107: Update libjingle 273:277. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 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
Index: content/renderer/media/rtc_peer_connection_handler.h
===================================================================
--- content/renderer/media/rtc_peer_connection_handler.h (revision 181693)
+++ content/renderer/media/rtc_peer_connection_handler.h (working copy)
@@ -155,7 +155,8 @@
PeerConnectionTracker* peer_connection_tracker();
private:
webrtc::SessionDescriptionInterface* CreateNativeSessionDescription(
- const WebKit::WebRTCSessionDescription& description);
+ const WebKit::WebRTCSessionDescription& description,
+ webrtc::SdpParseError* error);
// |client_| is a weak pointer, and is valid until stop() has returned.
WebKit::WebRTCPeerConnectionHandlerClient* client_;
« no previous file with comments | « content/renderer/media/peer_connection_tracker.cc ('k') | content/renderer/media/rtc_peer_connection_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698