Chromium Code Reviews| Index: remoting/host/cast_extension_session.cc |
| diff --git a/remoting/host/cast_extension_session.cc b/remoting/host/cast_extension_session.cc |
| index d43beff9a49e244e39b2277aca2f015f9e07ed20..33fe308f75a72fb2103d35f8f86fb0d656c24de6 100644 |
| --- a/remoting/host/cast_extension_session.cc |
| +++ b/remoting/host/cast_extension_session.cc |
| @@ -389,7 +389,8 @@ bool CastExtensionSession::ParseAndAddICECandidate( |
| } |
| rtc::scoped_ptr<webrtc::IceCandidateInterface> candidate( |
| - webrtc::CreateIceCandidate(sdp_mid, sdp_mlineindex, candidate_str)); |
| + webrtc::CreateIceCandidate(sdp_mid, sdp_mlineindex, candidate_str, |
| + nullptr)); |
|
Sergey Ulanov
2015/07/06 18:03:19
please fix indentation. This argument should be al
joachim
2015/07/07 08:52:20
Done.
|
| if (!candidate.get()) { |
| LOG(ERROR) |
| << "Invalid Cast Extension Message (could not create candidate)."; |