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

Unified Diff: remoting/protocol/session_manager.h

Issue 2911893003: Deprecate NonThreadSafe in remoting in favor of SequenceChecker. (Closed)
Patch Set: Created 3 years, 7 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 | « remoting/protocol/pseudotcp_adapter.cc ('k') | remoting/protocol/ssl_hmac_channel_authenticator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/session_manager.h
diff --git a/remoting/protocol/session_manager.h b/remoting/protocol/session_manager.h
index b8cd08f03114a573dc8b0e1e60b258ddd530de49..827d436f221b5d5058a6e45b169bc7145e423901 100644
--- a/remoting/protocol/session_manager.h
+++ b/remoting/protocol/session_manager.h
@@ -57,7 +57,6 @@
#include "base/callback.h"
#include "base/macros.h"
-#include "base/threading/non_thread_safe.h"
#include "remoting/protocol/session.h"
namespace remoting {
@@ -71,7 +70,7 @@ class Authenticator;
class AuthenticatorFactory;
// Generic interface for Chromoting session manager.
-class SessionManager : public base::NonThreadSafe {
+class SessionManager {
public:
enum IncomingSessionResponse {
// Accept the session.
« no previous file with comments | « remoting/protocol/pseudotcp_adapter.cc ('k') | remoting/protocol/ssl_hmac_channel_authenticator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698