| Index: remoting/client/chromoting_client.cc
|
| diff --git a/remoting/client/chromoting_client.cc b/remoting/client/chromoting_client.cc
|
| index ff926a2402d3d2814722477a2150ba821e12e5da..a65b366e9b1ac50445f8824e3ce418ab372aae4b 100644
|
| --- a/remoting/client/chromoting_client.cc
|
| +++ b/remoting/client/chromoting_client.cc
|
| @@ -266,14 +266,6 @@ void ChromotingClient::Initialize() {
|
|
|
| ////////////////////////////////////////////////////////////////////////////
|
| // ClientStub control channel interface.
|
| -void ChromotingClient::NotifyResolution(
|
| - const protocol::NotifyResolutionRequest* msg, Task* done) {
|
| - logger_->Log(logging::LOG_INFO, "NotifyResolution change");
|
| - NOTIMPLEMENTED();
|
| - done->Run();
|
| - delete done;
|
| -}
|
| -
|
| void ChromotingClient::BeginSessionResponse(
|
| const protocol::LocalLoginStatus* msg, Task* done) {
|
| if (message_loop() != MessageLoop::current()) {
|
|
|