diff options
author | garykac@chromium.org <garykac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-08 20:45:42 +0000 |
---|---|---|
committer | garykac@chromium.org <garykac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-08 20:45:42 +0000 |
commit | 61e12a2cfb1e6b42131a3084954a0b9c464ed397 (patch) | |
tree | da73f77ee7caec79b48cc5688bf0fb6745c46c87 /remoting/proto/internal.proto | |
parent | 96d53bc83716567d11bb1cd8f0f0ef4929b6c0ba (diff) | |
download | chromium_src-61e12a2cfb1e6b42131a3084954a0b9c464ed397.zip chromium_src-61e12a2cfb1e6b42131a3084954a0b9c464ed397.tar.gz chromium_src-61e12a2cfb1e6b42131a3084954a0b9c464ed397.tar.bz2 |
Remove ChromotingClientMessage
BUG=None
TEST=Remoting unittests
Review URL: http://codereview.chromium.org/5559011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68627 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/proto/internal.proto')
-rw-r--r-- | remoting/proto/internal.proto | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/remoting/proto/internal.proto b/remoting/proto/internal.proto index 7c4385b..a88c3b6 100644 --- a/remoting/proto/internal.proto +++ b/remoting/proto/internal.proto @@ -19,9 +19,3 @@ message ControlMessage { optional SuggestResolutionRequest suggest_resolution = 1; optional NotifyResolutionRequest notify_resolution = 2; } - -// TODO(garykac) This is dead, remove remaining references and delete. -message ChromotingClientMessage { - optional KeyEvent key_event = 1; - optional MouseEvent mouse_event = 2; -} |