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

Unified Diff: remoting/host/it2me_host_user_interface.h

Issue 8775021: Fix race condition disconnecting hosts. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use scoped_refptr instead of synchronization. Created 9 years, 1 month 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/it2me_host_user_interface.h
diff --git a/remoting/host/it2me_host_user_interface.h b/remoting/host/it2me_host_user_interface.h
index 11d39d69306f8b03f4a0e52283dd467a19e1464d..8b9da6af6b88df100b320bdd1dd6d8fe36e9224c 100644
--- a/remoting/host/it2me_host_user_interface.h
+++ b/remoting/host/it2me_host_user_interface.h
@@ -67,11 +67,8 @@ class It2MeHostUserInterface : public HostStatusObserver {
ContinueWindow* continue_window,
LocalInputMonitor* monitor);
- void OnConnect(const std::string& username);
- void OnLastDisconnect();
-
- void ProcessOnConnect(const std::string& username);
- void ProcessOnLastDisconnect();
+ void ProcessOnClientAuthenticated(const std::string& username);
+ void ProcessOnClientDisconnected();
void MonitorLocalInputs(bool enable);
« no previous file with comments | « no previous file | remoting/host/it2me_host_user_interface.cc » ('j') | remoting/host/it2me_host_user_interface.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698