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

Unified Diff: remoting/proto/control.proto

Issue 5068001: Move move classes to the remoting::protocol namespace. Minor cleanups. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more fixes for windows Created 10 years, 1 month 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/control.proto
diff --git a/remoting/proto/control.proto b/remoting/proto/control.proto
index 6e40658f77527e2a86e33e03bac92330d9256dc4..b53775fddc9851f67e19f66815f498a06198a0a1 100644
--- a/remoting/proto/control.proto
+++ b/remoting/proto/control.proto
@@ -20,9 +20,3 @@ message NotifyResolutionRequest {
required int32 width = 1;
required int32 height = 2;
};
-
-// Represents a message being sent on the control channel.
-message ControlMessage {
- optional SuggestResolutionRequest suggest_resolution = 1;
- optional NotifyResolutionRequest notify_resolution = 2;
-}

Powered by Google App Engine
This is Rietveld 408576698