Index: remoting/proto/internal.proto |
diff --git a/remoting/proto/internal.proto b/remoting/proto/internal.proto |
index bee7d03a774a6f6abbd243922e54dc78f676ac82..ae93fefc0fb37fef868990a7a89495ccbf586676 100644 |
--- a/remoting/proto/internal.proto |
+++ b/remoting/proto/internal.proto |
@@ -18,7 +18,6 @@ package remoting.protocol; |
// Represents a message being sent on the control channel. |
message ControlMessage { |
optional SuggestResolutionRequest suggest_resolution = 1; |
- optional NotifyResolutionRequest notify_resolution = 2; |
optional BeginSessionRequest begin_session_request = 3; |
optional BeginSessionResponse begin_session_response = 4; |
} |