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

Unified Diff: remoting/host/event_executor_win.cc

Issue 5298001: Use VP8 over PseudoTCP by default. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed EventExecutor class. Created 10 years, 1 month 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/event_executor_win.h ('k') | remoting/host/simple_host_process.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/event_executor_win.cc
diff --git a/remoting/host/event_executor_win.cc b/remoting/host/event_executor_win.cc
index 2ee24bd070a03d4425fcc10bdecd881331a75c6b..9cabeb164c2c38644c229d4a24e89bb58b87a731 100644
--- a/remoting/host/event_executor_win.cc
+++ b/remoting/host/event_executor_win.cc
@@ -174,4 +174,9 @@ void EventExecutorWin::HandleKey(const KeyEvent& event) {
SendInput(1, &input, sizeof(INPUT));
}
+protocol::InputStub* CreateEventExecutor(MessageLoop* message_loop,
+ Capturer* capturer) {
+ return new EventExecutorWin(message_loop, capturer);
+}
+
} // namespace remoting
« no previous file with comments | « remoting/host/event_executor_win.h ('k') | remoting/host/simple_host_process.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698