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

Unified Diff: remoting/protocol/jingle_session_manager.h

Issue 2417913002: Process incoming IQs in the same order that they were sent. (Closed)
Patch Set: Rebase Created 4 years, 2 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
« no previous file with comments | « remoting/protocol/jingle_session.cc ('k') | remoting/protocol/jingle_session_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/jingle_session_manager.h
diff --git a/remoting/protocol/jingle_session_manager.h b/remoting/protocol/jingle_session_manager.h
index 6a1fe4fb23024c17bbaa45290d7f43954dcb6054..28fbd2bb4146e3e5b7455f86129a3de3c2eac325 100644
--- a/remoting/protocol/jingle_session_manager.h
+++ b/remoting/protocol/jingle_session_manager.h
@@ -57,7 +57,7 @@ class JingleSessionManager : public SessionManager,
typedef std::map<std::string, JingleSession*> SessionsMap;
IqSender* iq_sender() { return iq_sender_.get(); }
- void SendReply(const buzz::XmlElement* original_stanza,
+ void SendReply(std::unique_ptr<buzz::XmlElement> original_stanza,
JingleMessageReply::ErrorType error);
// Called by JingleSession when it is being destroyed.
« no previous file with comments | « remoting/protocol/jingle_session.cc ('k') | remoting/protocol/jingle_session_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698