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

Unified Diff: remoting/host/desktop_session_agent.h

Issue 12760012: Rename EventExecutor to InputInjector. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Replace some missed occurrences and remove unused include. Created 7 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_process_unittest.cc ('k') | remoting/host/desktop_session_agent.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/desktop_session_agent.h
diff --git a/remoting/host/desktop_session_agent.h b/remoting/host/desktop_session_agent.h
index 52874a782b158eb8c5950f9ea69fb71df406d663..bb0a413c2408cc928c3db2df2c65519258230100 100644
--- a/remoting/host/desktop_session_agent.h
+++ b/remoting/host/desktop_session_agent.h
@@ -35,7 +35,7 @@ class AudioPacket;
class AutoThreadTaskRunner;
class DesktopEnvironmentFactory;
class DisconnectWindow;
-class EventExecutor;
+class InputInjector;
class LocalInputMonitor;
class RemoteInputFilter;
class ScreenResolution;
@@ -217,7 +217,7 @@ class DesktopSessionAgent
scoped_ptr<DisconnectWindow> disconnect_window_;
// Executes keyboard, mouse and clipboard events.
- scoped_ptr<EventExecutor> event_executor_;
+ scoped_ptr<InputInjector> input_injector_;
// Monitor local inputs to allow remote inputs to be blocked while the local
// user is trying to do something.
« no previous file with comments | « remoting/host/desktop_process_unittest.cc ('k') | remoting/host/desktop_session_agent.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698