| Index: remoting/jingle_glue/jingle_info_request.cc
|
| ===================================================================
|
| --- remoting/jingle_glue/jingle_info_request.cc (revision 99806)
|
| +++ remoting/jingle_glue/jingle_info_request.cc (working copy)
|
| @@ -34,9 +34,8 @@
|
|
|
| void JingleInfoRequest::Send(const OnJingleInfoCallback& callback) {
|
| on_jingle_info_cb_ = callback;
|
| - request_->SendIq(IqRequest::MakeIqStanza(
|
| - buzz::STR_GET, buzz::STR_EMPTY,
|
| - new buzz::XmlElement(buzz::QN_JINGLE_INFO_QUERY, true)));
|
| + request_->SendIq(buzz::STR_GET, buzz::STR_EMPTY,
|
| + new buzz::XmlElement(buzz::QN_JINGLE_INFO_QUERY, true));
|
| }
|
|
|
| void JingleInfoRequest::OnResponse(const buzz::XmlElement* stanza) {
|
|
|