Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(274)

Unified Diff: remoting/protocol/host_control_sender.cc

Issue 8351084: Remove old Authentication code that we don't use or need. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: - Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/protocol/host_control_sender.h ('k') | remoting/protocol/host_message_dispatcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/host_control_sender.cc
diff --git a/remoting/protocol/host_control_sender.cc b/remoting/protocol/host_control_sender.cc
index bdf1b95b86ae4a761252e6ccb79ba1c2285916a1..91547a6d5d535b3f5e020cf320d3a16d4e261476 100644
--- a/remoting/protocol/host_control_sender.cc
+++ b/remoting/protocol/host_control_sender.cc
@@ -25,14 +25,6 @@ HostControlSender::HostControlSender(base::MessageLoopProxy* message_loop,
HostControlSender::~HostControlSender() {
}
-void HostControlSender::BeginSessionRequest(const LocalLoginCredentials* msg,
- const base::Closure& done) {
- protocol::ControlMessage message;
- message.mutable_begin_session_request()->mutable_credentials()->CopyFrom(
- *msg);
- buffered_writer_->Write(SerializeAndFrameMessage(message), done);
-}
-
void HostControlSender::Close() {
buffered_writer_->Close();
}
« no previous file with comments | « remoting/protocol/host_control_sender.h ('k') | remoting/protocol/host_message_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698