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

Unified Diff: remoting/host/setup/host_starter.h

Issue 11090063: [Chromoting] Add a simple Windows app that registers and starts a host. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix non-standard resource header file. Created 8 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 | « no previous file | remoting/host/setup/host_starter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/setup/host_starter.h
diff --git a/remoting/host/setup/host_starter.h b/remoting/host/setup/host_starter.h
index 91db5c074a6465c60f85dbe1a0bcf460fcafbd85..508e13aff13340e4884ec0775c454c513a5ea718 100644
--- a/remoting/host/setup/host_starter.h
+++ b/remoting/host/setup/host_starter.h
@@ -79,12 +79,16 @@ class HostStarter :
std::string host_pin_;
bool consent_to_data_collection_;
CompletionCallback on_done_;
+ scoped_refptr<base::SingleThreadTaskRunner> main_task_runner_;
std::string refresh_token_;
std::string access_token_;
std::string user_email_;
remoting::HostKeyPair key_pair_;
std::string host_id_;
+ base::WeakPtrFactory<HostStarter> weak_ptr_factory_;
+ base::WeakPtr<HostStarter> weak_ptr_;
+
DISALLOW_COPY_AND_ASSIGN(HostStarter);
};
« no previous file with comments | « no previous file | remoting/host/setup/host_starter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698