Index: remoting/host/desktop_environment.h |
diff --git a/remoting/host/desktop_environment.h b/remoting/host/desktop_environment.h |
index e27e33a7407f6c897cca08f415ef1247c8e783fe..325a144bb81c6a600480b90a24b136146f87c153 100644 |
--- a/remoting/host/desktop_environment.h |
+++ b/remoting/host/desktop_environment.h |
@@ -13,6 +13,7 @@ |
#include "base/time.h" |
#include "remoting/base/scoped_thread_proxy.h" |
#include "remoting/host/event_executor.h" |
+#include "remoting/protocol/clipboard_proxy.h" |
namespace remoting { |
@@ -45,7 +46,8 @@ class DesktopEnvironment { |
Capturer* capturer() const { return capturer_.get(); } |
EventExecutor* event_executor() const { return event_executor_.get(); } |
- void OnSessionStarted(); |
+ void OnSessionStarted( |
+ const scoped_refptr<protocol::ClipboardProxy>& client_clipboard); |
Wez
2012/05/30 01:15:43
If you switch ClientSession::ClientClipboard to re
|
void OnSessionFinished(); |
private: |