| 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_;
|
|
|