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

Unified Diff: remoting/host/event_executor.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/desktop_environment.cc ('k') | remoting/host/event_executor_linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/event_executor.h
diff --git a/remoting/host/event_executor.h b/remoting/host/event_executor.h
index 51dcfe384490fb981d971bd42760d257eb5a48ee..d033915adcf93d8955315ce5800836a43e9e519d 100644
--- a/remoting/host/event_executor.h
+++ b/remoting/host/event_executor.h
@@ -6,6 +6,7 @@
#define REMOTING_HOST_EVENT_EXECUTOR_H_
#include "base/memory/scoped_ptr.h"
+#include "remoting/protocol/clipboard_stub.h"
#include "remoting/protocol/host_event_stub.h"
class MessageLoop;
@@ -28,7 +29,8 @@ class EventExecutor : public protocol::HostEventStub {
Capturer* capturer);
// Initialises any objects needed to execute events.
- virtual void OnSessionStarted() = 0;
+ virtual void OnSessionStarted(
+ scoped_ptr<protocol::ClipboardStub> client_clipboard) = 0;
// Destroys any objects constructed by Start().
virtual void OnSessionFinished() = 0;
« no previous file with comments | « remoting/host/desktop_environment.cc ('k') | remoting/host/event_executor_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698