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

Unified Diff: remoting/protocol/key_event_tracker.h

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: Sync, and make InputStub inherit from ClipboardStub. 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
Index: remoting/protocol/key_event_tracker.h
diff --git a/remoting/protocol/key_event_tracker.h b/remoting/protocol/key_event_tracker.h
index 80ab6e2996b1f5de688c5a9a720666b660b8a2d3..026c3ad53a73ffd3bda8cc22c65d6cf3575ae0a0 100644
--- a/remoting/protocol/key_event_tracker.h
+++ b/remoting/protocol/key_event_tracker.h
@@ -26,6 +26,7 @@ class KeyEventTracker : public InputStub {
void ReleaseAllKeys();
// InputStub interface.
+ virtual void InjectClipboardEvent(const ClipboardEvent& event) OVERRIDE;
virtual void InjectKeyEvent(const KeyEvent& event) OVERRIDE;
virtual void InjectMouseEvent(const MouseEvent& event) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698