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

Unified Diff: remoting/host/register_support_host_request.h

Issue 8432009: Refactor IqRequest. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: - Created 9 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
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 3462bcded40b48363c0e16d6c6fc06096dbcd257..e7aee28d9ef32c2eca51e0e5128caa94ff2cbd54 100644
--- a/remoting/host/register_support_host_request.h
+++ b/remoting/host/register_support_host_request.h
@@ -27,6 +27,7 @@ class TimeDelta;
namespace remoting {
class IqRequest;
+class IqSender;
class MutableHostConfig;
// RegisterSupportHostRequest sends support host registeration request
@@ -77,6 +78,7 @@ class RegisterSupportHostRequest : public HostStatusObserver {
MessageLoop* message_loop_;
RegisterCallback callback_;
+ scoped_ptr<IqSender> iq_sender_;
scoped_ptr<IqRequest> request_;
HostKeyPair key_pair_;

Powered by Google App Engine
This is Rietveld 408576698