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

Unified Diff: remoting/protocol/host_control_sender.cc

Issue 7466004: Message validation in message dispatchers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: - Created 9 years, 5 months 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 44cfceda4f6d3cc9d36e8b02779b955af8dc4ca4..6acc940784402ad14c8c1b4c6bb2a39f81f55016 100644
--- a/remoting/protocol/host_control_sender.cc
+++ b/remoting/protocol/host_control_sender.cc
@@ -24,13 +24,6 @@ HostControlSender::HostControlSender(net::Socket* socket)
HostControlSender::~HostControlSender() {
}
-void HostControlSender::SuggestResolution(
- const SuggestResolutionRequest* msg, Task* done) {
- protocol::ControlMessage message;
- message.mutable_suggest_resolution()->CopyFrom(*msg);
- buffered_writer_->Write(SerializeAndFrameMessage(message), done);
-}
-
void HostControlSender::BeginSessionRequest(const LocalLoginCredentials* msg,
Task* done) {
protocol::ControlMessage message;
« 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