| Index: talk/app/webrtc/webrtcsession.h
|
| diff --git a/talk/app/webrtc/webrtcsession.h b/talk/app/webrtc/webrtcsession.h
|
| index 570d32f03f6c822d72e4b08a5bead9981f69f7b2..2c1ca668fdc8b8ff0832538c87afccb3a756df1b 100644
|
| --- a/talk/app/webrtc/webrtcsession.h
|
| +++ b/talk/app/webrtc/webrtcsession.h
|
| @@ -372,7 +372,9 @@ class WebRtcSession : public cricket::BaseSession,
|
|
|
| // Invoked when OnTransportCompleted is signaled to gather the usage
|
| // of IPv4/IPv6 as best connection.
|
| - void ReportBestConnectionState(cricket::Transport* transport);
|
| + void ReportBestConnectionState(const cricket::TransportStats& stats);
|
| +
|
| + void ReportNegotiatedCiphers(const cricket::TransportStats& stats);
|
|
|
| rtc::scoped_ptr<cricket::VoiceChannel> voice_channel_;
|
| rtc::scoped_ptr<cricket::VideoChannel> video_channel_;
|
|
|