| Index: remoting/client/chromoting_client.cc
|
| diff --git a/remoting/client/chromoting_client.cc b/remoting/client/chromoting_client.cc
|
| index 4e4b9a3899b657a040fc533252a58e03576ccb29..299a2cf876fb5c802097a08cdf7422cc39b60502 100644
|
| --- a/remoting/client/chromoting_client.cc
|
| +++ b/remoting/client/chromoting_client.cc
|
| @@ -217,9 +217,13 @@ void ChromotingClient::Initialize() {
|
| ////////////////////////////////////////////////////////////////////////////
|
| // ClientStub control channel interface.
|
| void ChromotingClient::NotifyResolution(
|
| - const protocol::NotifyResolutionRequest* msg,
|
| - Task* done) {
|
| - // TODO(garykac): Implement this.
|
| + const protocol::NotifyResolutionRequest* msg, Task* done) {
|
| + NOTIMPLEMENTED();
|
| +}
|
| +
|
| +void ChromotingClient::BeginSessionResponse(
|
| + const protocol::LocalLoginStatus* msg, Task* done) {
|
| + NOTIMPLEMENTED();
|
| }
|
|
|
| } // namespace remoting
|
|
|