| Index: remoting/proto/internal.proto
|
| diff --git a/remoting/proto/internal.proto b/remoting/proto/internal.proto
|
| index 7c4385b159950eda5dba1b75bc6fe636bba21d2c..a88c3b6ce83508a035cf9192c0899100251f7351 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;
|
| -}
|
|
|