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

Unified Diff: remoting/host/event_executor.h

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
« no previous file with comments | « remoting/host/desktop_environment.cc ('k') | remoting/host/event_executor_linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/event_executor.h
diff --git a/remoting/host/event_executor.h b/remoting/host/event_executor.h
index 6051b362a3eb7656224330f39b16f80ea0a90524..0616c5176ac83924a5d40826a289adbe14fd2abe 100644
--- a/remoting/host/event_executor.h
+++ b/remoting/host/event_executor.h
@@ -5,6 +5,8 @@
#ifndef REMOTING_HOST_EVENT_EXECUTOR_H_
#define REMOTING_HOST_EVENT_EXECUTOR_H_
+#include "base/memory/scoped_ptr.h"
+
#include "remoting/protocol/input_stub.h"
class MessageLoop;
@@ -17,8 +19,8 @@ class EventExecutor : public protocol::InputStub {
public:
// Creates default event executor for the current platform.
// Does not take ownership of |message_loop| or |capturer|.
- static EventExecutor* Create(MessageLoop* message_loop,
- Capturer* capturer);
+ static scoped_ptr<protocol::InputStub> Create(MessageLoop* message_loop,
+ Capturer* capturer);
};
} // namespace remoting
« no previous file with comments | « remoting/host/desktop_environment.cc ('k') | remoting/host/event_executor_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698