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

Unified Diff: remoting/host/event_executor.h

Issue 10381115: [Chromoting] The Windows IT2Me host gets any new text items it finds on the clipboard. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move ClipboardWin to the UI thread, and tidy up. 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/event_executor.h
diff --git a/remoting/host/event_executor.h b/remoting/host/event_executor.h
index eb0a88658bce79caf08474cb8bcf91e2907c765d..ab11bc844c0dcaab862f1d441ff0b6c52526f467 100644
--- a/remoting/host/event_executor.h
+++ b/remoting/host/event_executor.h
@@ -10,6 +10,10 @@
class MessageLoop;
+namespace base {
+class MessageLoopProxy;
+} // namespace base
+
namespace remoting {
class Capturer;
@@ -18,6 +22,7 @@ class EventExecutor : public protocol::HostEventStub {
public:
// Creates default event executor for the current platform.
static scoped_ptr<EventExecutor> Create(MessageLoop* message_loop,
Wez 2012/05/15 23:46:19 Now that we're passing two message loops, the comm
simonmorris 2012/05/16 00:41:33 Done.
+ base::MessageLoopProxy* ui_loop,
Capturer* capturer);
// Initialises any objects needed to execute events.

Powered by Google App Engine
This is Rietveld 408576698