summaryrefslogtreecommitdiffstats
path: root/remoting/protocol/client_stub.h
diff options
context:
space:
mode:
authorsergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-21 00:19:21 +0000
committersergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-21 00:19:21 +0000
commit8e0373faf29129998c520feafc3ad2b194343169 (patch)
tree251a3f4f8ed5629d66814d840cc03626c7fc8c41 /remoting/protocol/client_stub.h
parentb05a08b74150acf8fc021263355a7a3e0d389f6c (diff)
downloadchromium_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/client_stub.h')
-rw-r--r--remoting/protocol/client_stub.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/remoting/protocol/client_stub.h b/remoting/protocol/client_stub.h
index 4a75e05..21b3219 100644
--- a/remoting/protocol/client_stub.h
+++ b/remoting/protocol/client_stub.h
@@ -25,8 +25,6 @@ class ClientStub {
ClientStub() {}
virtual ~ClientStub() {}
- virtual void NotifyResolution(const NotifyResolutionRequest* msg,
- Task* done) = 0;
virtual void BeginSessionResponse(const LocalLoginStatus* msg,
Task* done) = 0;