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

Unified Diff: remoting/jingle_glue/iq_sender.h

Issue 10161010: Handle IQ responses asynchronously. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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 | « no previous file | remoting/jingle_glue/iq_sender.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/jingle_glue/iq_sender.h
diff --git a/remoting/jingle_glue/iq_sender.h b/remoting/jingle_glue/iq_sender.h
index e90e766a17d678e4730cd7e43429df5ac04b9443..ce333e5f6eda581ff6782913c045e7885bacb152 100644
--- a/remoting/jingle_glue/iq_sender.h
+++ b/remoting/jingle_glue/iq_sender.h
@@ -99,6 +99,8 @@ class IqRequest : public base::SupportsWeakPtr<IqRequest> {
// Called by IqSender when a response is received.
void OnResponse(const buzz::XmlElement* stanza);
+ void DeliverResponse(scoped_ptr<buzz::XmlElement> stanza);
+
IqSender* sender_;
IqSender::ReplyCallback callback_;
std::string addressee_;
« no previous file with comments | « no previous file | remoting/jingle_glue/iq_sender.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698