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

Unified Diff: remoting/host/desktop_environment.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: Use MessageLoopProxy+WeakPtr. 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
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:

Powered by Google App Engine
This is Rietveld 408576698