Index: remoting/protocol/host_control_sender.cc |
diff --git a/remoting/protocol/host_control_sender.cc b/remoting/protocol/host_control_sender.cc |
index 3f27e80ce732815f8b8bfc68c0bc2b194b1aee78..3a2258de7c46ff752ea82a264cf7a36ddedb9adc 100644 |
--- a/remoting/protocol/host_control_sender.cc |
+++ b/remoting/protocol/host_control_sender.cc |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2010 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
@@ -31,7 +31,8 @@ void HostControlSender::SuggestResolution( |
buffered_writer_->Write(SerializeAndFrameMessage(message), done); |
} |
-void HostControlSender::BeginSessionRequest(const LocalLoginCredentials* msg, |
+void HostControlSender::BeginSessionRequest(ConnectionToClient* /*connection*/, |
Sergey Ulanov
2011/03/18 18:12:21
Why is it commented?
simonmorris
2011/03/22 13:09:10
Done.
|
+ const LocalLoginCredentials* msg, |
Task* done) { |
protocol::ControlMessage message; |
message.mutable_begin_session_request()->mutable_credentials()->CopyFrom( |