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

Unified Diff: remoting/host/clipboard.h

Issue 10413060: [Chromoting] Let the Windows IT2Me host send clipboard events to the client. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Correct fix. Created 8 years, 7 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/client_session.cc ('k') | remoting/host/clipboard_linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/clipboard.h
diff --git a/remoting/host/clipboard.h b/remoting/host/clipboard.h
index e02c09d2a64831e47a8230911b2d9f9ca2ebbbe8..8ebe2d85c1f2340dcea1ce3ade1fc09c401407c0 100644
--- a/remoting/host/clipboard.h
+++ b/remoting/host/clipboard.h
@@ -13,6 +13,7 @@ namespace remoting {
namespace protocol {
class ClipboardEvent;
+class ClipboardStub;
} // namespace protocol
// All Clipboard methods should be run on the UI thread, so that the Clipboard
@@ -22,7 +23,7 @@ class Clipboard {
virtual ~Clipboard() {};
// Initialises any objects needed to read from or write to the clipboard.
- virtual void Start() = 0;
+ virtual void Start(scoped_ptr<protocol::ClipboardStub> client_clipboard) = 0;
// Destroys any objects initialised by Start().
virtual void Stop() = 0;
« no previous file with comments | « remoting/host/client_session.cc ('k') | remoting/host/clipboard_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698