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

Unified Diff: remoting/host/register_support_host_request.h

Issue 9452038: Implement timeouts for IQ requests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: - Created 8 years, 10 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
Index: remoting/host/register_support_host_request.h
diff --git a/remoting/host/register_support_host_request.h b/remoting/host/register_support_host_request.h
index b05e880c09ad0a4149a21ae7769680fc17a2b3da..86c4e0765c190689ea0ec75bcb843d9303cfc511 100644
--- a/remoting/host/register_support_host_request.h
+++ b/remoting/host/register_support_host_request.h
@@ -67,7 +67,7 @@ class RegisterSupportHostRequest : public SignalStrategy::Listener {
const std::string& jid);
scoped_ptr<buzz::XmlElement> CreateSignature(const std::string& jid);
- void ProcessResponse(const buzz::XmlElement* response);
+ void ProcessResponse(IqRequest* request, const buzz::XmlElement* response);
bool ParseResponse(const buzz::XmlElement* response,
std::string* support_id, base::TimeDelta* lifetime);

Powered by Google App Engine
This is Rietveld 408576698