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

Unified Diff: remoting/host/chromoting_host.h

Issue 9433027: Delete Session and SessionManager object synchronously. (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
« no previous file with comments | « jingle/glue/pseudotcp_adapter.cc ('k') | remoting/host/chromoting_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/chromoting_host.h
diff --git a/remoting/host/chromoting_host.h b/remoting/host/chromoting_host.h
index dc06accbc47bce0416fe22d06a9584ef6c4ba09c..dd1e1cb719a7d661ecd6c737128db9a947219750 100644
--- a/remoting/host/chromoting_host.h
+++ b/remoting/host/chromoting_host.h
@@ -177,15 +177,6 @@ class ChromotingHost : public base::RefCountedThreadSafe<ChromotingHost>,
DesktopEnvironment* desktop_environment_;
protocol::NetworkSettings network_settings_;
- // TODO(lambroslambrou): The following is a temporary fix for Me2Me
- // (crbug.com/105995), pending the AuthenticatorFactory work.
- // Cache the shared secret, in case SetSharedSecret() is called before the
- // session manager has been created.
- // The |have_shared_secret_| flag is to distinguish SetSharedSecret() not
- // being called at all, from being called with an empty string.
- std::string shared_secret_;
- bool have_shared_secret_;
-
// Connection objects.
SignalStrategy* signal_strategy_;
scoped_ptr<protocol::SessionManager> session_manager_;
« no previous file with comments | « jingle/glue/pseudotcp_adapter.cc ('k') | remoting/host/chromoting_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698