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

Unified Diff: remoting/proto/internal.proto

Issue 9646013: Add the plumbing that will carry a clipboard item from a chromoting client to a host. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix remoting_simple_host. Created 8 years, 9 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/proto/event.proto ('k') | remoting/protocol/client_control_dispatcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/proto/internal.proto
diff --git a/remoting/proto/internal.proto b/remoting/proto/internal.proto
index e63982d9b450359fb733ab7b9dc9f3f7da2d5b2a..a65b677a38f49c4149d5deb07f53fd085c08c3fc 100644
--- a/remoting/proto/internal.proto
+++ b/remoting/proto/internal.proto
@@ -1,4 +1,4 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -16,12 +16,13 @@ package remoting.protocol;
// Represents a message being sent on the control channel.
message ControlMessage {
+ optional ClipboardEvent clipboard_event = 1;
}
// Defines an event message on the event channel.
message EventMessage {
- required int64 sequence_number = 1; // Client timestamp for event
- optional bool dummy = 2; // Is this a dummy event?
+ required int64 sequence_number = 1; // Client timestamp for event.
+ optional bool dummy = 2; // Whether this is a dummy event.
optional KeyEvent key_event = 3;
optional MouseEvent mouse_event = 4;
« no previous file with comments | « remoting/proto/event.proto ('k') | remoting/protocol/client_control_dispatcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698