| Index: remoting/host/chromoting_host.cc
|
| diff --git a/remoting/host/chromoting_host.cc b/remoting/host/chromoting_host.cc
|
| index 63ac7bcce22641458c131c3d495da68fa86e6193..0e8561a6719f4e41c6677aa112017fa07c739ab3 100644
|
| --- a/remoting/host/chromoting_host.cc
|
| +++ b/remoting/host/chromoting_host.cc
|
| @@ -225,6 +225,13 @@ void ChromotingHost::OnSessionSequenceNumber(ClientSession* session,
|
| recorder_->UpdateSequenceNumber(sequence_number);
|
| }
|
|
|
| +void ChromotingHost::OnSessionIpAddress(ClientSession* session,
|
| + const std::string& channel_name,
|
| + const net::IPEndPoint& end_point) {
|
| + // TODO(lambroslambrou): Notify the HostStatusObservers via a new interface
|
| + // method.
|
| +}
|
| +
|
| void ChromotingHost::OnSessionManagerReady() {
|
| DCHECK(context_->network_message_loop()->BelongsToCurrentThread());
|
| // Don't need to do anything here, just wait for incoming
|
|
|