| 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_;
|
|
|