diff options
author | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-21 00:19:21 +0000 |
---|---|---|
committer | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-21 00:19:21 +0000 |
commit | 8e0373faf29129998c520feafc3ad2b194343169 (patch) | |
tree | 251a3f4f8ed5629d66814d840cc03626c7fc8c41 /remoting/protocol/host_stub.h | |
parent | b05a08b74150acf8fc021263355a7a3e0d389f6c (diff) | |
download | chromium_src-8e0373faf29129998c520feafc3ad2b194343169.zip chromium_src-8e0373faf29129998c520feafc3ad2b194343169.tar.gz chromium_src-8e0373faf29129998c520feafc3ad2b194343169.tar.bz2 |
Message validation in message dispatchers.
BUG=70335
TEST=None
Review URL: http://codereview.chromium.org/7466004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93296 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/protocol/host_stub.h')
-rw-r--r-- | remoting/protocol/host_stub.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/remoting/protocol/host_stub.h b/remoting/protocol/host_stub.h index 2a18ffe..52a7cf7c 100644 --- a/remoting/protocol/host_stub.h +++ b/remoting/protocol/host_stub.h @@ -17,15 +17,12 @@ namespace remoting { namespace protocol { class LocalLoginCredentials; -class SuggestResolutionRequest; class HostStub { public: HostStub() {}; virtual ~HostStub() {}; - virtual void SuggestResolution( - const SuggestResolutionRequest* msg, Task* done) = 0; virtual void BeginSessionRequest( const LocalLoginCredentials* credentials, Task* done) = 0; |