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

Unified Diff: remoting/proto/internal.proto

Issue 5559011: Remove ChromotingClientMessage (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 10 years 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
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;
-}

Powered by Google App Engine
This is Rietveld 408576698