| Index: remoting/host/log_to_server.cc
|
| diff --git a/remoting/host/log_to_server.cc b/remoting/host/log_to_server.cc
|
| index 0dc3618ac331bad0411f39da7a63dd8bdb0fd1b3..082cb13dfcd857a3dd234630028e4bda781e1a0b 100644
|
| --- a/remoting/host/log_to_server.cc
|
| +++ b/remoting/host/log_to_server.cc
|
| @@ -37,8 +37,7 @@ void LogToServer::LogSessionStateChange(bool connected) {
|
| Log(*entry.get());
|
| }
|
|
|
| -void LogToServer::OnSignallingConnected(SignalStrategy* signal_strategy,
|
| - const std::string& full_jid) {
|
| +void LogToServer::OnSignallingConnected(SignalStrategy* signal_strategy) {
|
| DCHECK(message_loop_->BelongsToCurrentThread());
|
| iq_sender_.reset(new IqSender(signal_strategy));
|
| SendPendingEntries();
|
|
|