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

Unified Diff: remoting/proto/control.proto

Issue 4017002: HostMessageDispatcher to parse control messages (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merged again Created 10 years, 2 months 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
« no previous file with comments | « remoting/host/session_manager.cc ('k') | remoting/protocol/host_message_dispatcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/proto/control.proto
diff --git a/remoting/proto/control.proto b/remoting/proto/control.proto
index 299d8cc5d13be3717392ef2ba81d98b9662f41bb..99b5d373dfc5c8a5771449117b1dd7bbda60a61c 100644
--- a/remoting/proto/control.proto
+++ b/remoting/proto/control.proto
@@ -18,7 +18,7 @@ message SuggestScreenResolutionRequest {
// Represents a control message that sent from the client to the host.
// This message is transmitted on the control channel.
message ClientControlMessage {
- optional SuggestScreenResolutionRequest suggestScreenResolutionRequest = 1;
+ optional SuggestScreenResolutionRequest suggest_screen_resolution_request = 1;
}
message SetScreenResolutionRequest {
@@ -29,5 +29,5 @@ message SetScreenResolutionRequest {
// Represents a control message that sent from host to the client.
// This message is transmitted on the control channel.
message HostControlMessage {
- optional SetScreenResolutionRequest setScreenResolutionRequest = 1;
+ optional SetScreenResolutionRequest set_screen_resolution_request = 1;
}
« no previous file with comments | « remoting/host/session_manager.cc ('k') | remoting/protocol/host_message_dispatcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698