Index: remoting/proto/internal.proto |
diff --git a/remoting/proto/internal.proto b/remoting/proto/internal.proto |
index 84504ac50408cb281b0ae1ece94bcf2b455514ed..504a4aaed705265ce713fa9f8224625be7c43f09 100644 |
--- a/remoting/proto/internal.proto |
+++ b/remoting/proto/internal.proto |
@@ -7,7 +7,6 @@ |
syntax = "proto2"; |
-import "auth.proto"; |
import "control.proto"; |
import "event.proto"; |
@@ -17,8 +16,8 @@ package remoting.protocol; |
// Represents a message being sent on the control channel. |
message ControlMessage { |
- optional BeginSessionRequest begin_session_request = 3; |
- optional BeginSessionResponse begin_session_response = 4; |
Wez
2011/11/03 00:25:02
Best to mention in the CL description that this pr
Sergey Ulanov
2011/11/03 01:21:12
Done. Also see the last version of this CL: I adde
|
+ // Currently we don't use control channel for anything. Add new |
+ // messages here when necessary. |
} |
// Defines an event message on the event channel. |