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

Unified Diff: remoting/proto/internal.proto

Issue 8351084: Remove old Authentication code that we don't use or need. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: - Created 9 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/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.

Powered by Google App Engine
This is Rietveld 408576698