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

Unified Diff: remoting/host/event_executor_linux.cc

Issue 9617027: Chromoting: Implemented security attention sequence (SAS) emulation on Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: CR feedback. 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_linux.cc
diff --git a/remoting/host/event_executor_linux.cc b/remoting/host/event_executor_linux.cc
index f2e68b85004f682ee59b3e6a579229fc13aa692a..acb64cc9d403b975f0634f0b53fa76c2e2dd6678 100644
--- a/remoting/host/event_executor_linux.cc
+++ b/remoting/host/event_executor_linux.cc
@@ -427,6 +427,7 @@ void EventExecutorLinux::InjectMouseEvent(const MouseEvent& event) {
} // namespace
EventExecutor* EventExecutor::Create(MessageLoop* message_loop,
+ IPC::ChannelProxy* chromoting_session,
Capturer* capturer) {
EventExecutorLinux* executor = new EventExecutorLinux(message_loop, capturer);
if (!executor->Init()) {

Powered by Google App Engine
This is Rietveld 408576698