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

Unified Diff: remoting/host/event_executor_mac.cc

Issue 9617027: Chromoting: Implemented security attention sequence (SAS) emulation on Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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_mac.cc
diff --git a/remoting/host/event_executor_mac.cc b/remoting/host/event_executor_mac.cc
index cb6583248df63b643acbd654cfea82aa0146b72b..4f819511253ee4d0cf3902dacd51681b0b48306a 100644
--- a/remoting/host/event_executor_mac.cc
+++ b/remoting/host/event_executor_mac.cc
@@ -290,6 +290,7 @@ void EventExecutorMac::InjectMouseEvent(const MouseEvent& event) {
} // namespace
EventExecutor* EventExecutor::Create(MessageLoop* message_loop,
+ base::MessageLoopProxy* io_message_loop,
Capturer* capturer) {
return new EventExecutorMac(message_loop, capturer);
}

Powered by Google App Engine
This is Rietveld 408576698