| Index: remoting/host/client_session.cc
|
| diff --git a/remoting/host/client_session.cc b/remoting/host/client_session.cc
|
| index 869767135bed4f25ae5c530ed02f269778043034..16048bf897f39b382066124e64de6e0de6468c3c 100644
|
| --- a/remoting/host/client_session.cc
|
| +++ b/remoting/host/client_session.cc
|
| @@ -38,17 +38,6 @@ ClientSession::ClientSession(
|
| ClientSession::~ClientSession() {
|
| }
|
|
|
| -void ClientSession::SuggestResolution(
|
| - const protocol::SuggestResolutionRequest* msg, Task* done) {
|
| - base::ScopedTaskRunner done_runner(done);
|
| -
|
| - if (!authenticated_) {
|
| - LOG(WARNING) << "Invalid control message received "
|
| - << "(client not authenticated).";
|
| - return;
|
| - }
|
| -}
|
| -
|
| void ClientSession::BeginSessionRequest(
|
| const protocol::LocalLoginCredentials* credentials, Task* done) {
|
| DCHECK(event_handler_);
|
|
|