summaryrefslogtreecommitdiffstats
path: root/remoting/host/desktop_environment.h
diff options
context:
space:
mode:
authorwez@chromium.org <wez@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-24 03:42:42 +0000
committerwez@chromium.org <wez@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-24 03:42:42 +0000
commitb0b72f11d870061817de63d71f4b7e4d6583cf28 (patch)
treed92187bd48462ef36e0e20294cf6632c96e099bf /remoting/host/desktop_environment.h
parent69abcb227ca8bb3012c383d712d65cf00b7ec834 (diff)
downloadchromium_src-b0b72f11d870061817de63d71f4b7e4d6583cf28.zip
chromium_src-b0b72f11d870061817de63d71f4b7e4d6583cf28.tar.gz
chromium_src-b0b72f11d870061817de63d71f4b7e4d6583cf28.tar.bz2
Rename EventExecutor to InputInjector.
This is part of general naming clean-up under remoting/ and will help keep lambroslambrou@ happy. Review URL: https://chromiumcodereview.appspot.com/12760012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190163 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/host/desktop_environment.h')
-rw-r--r--remoting/host/desktop_environment.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/remoting/host/desktop_environment.h b/remoting/host/desktop_environment.h
index 6a6a82c..7f2ed54 100644
--- a/remoting/host/desktop_environment.h
+++ b/remoting/host/desktop_environment.h
@@ -23,7 +23,7 @@ class ScreenCapturer;
namespace remoting {
class AudioCapturer;
-class EventExecutor;
+class InputInjector;
class SessionController;
// Provides factory methods for creation of audio/video capturers and event
@@ -36,7 +36,7 @@ class DesktopEnvironment {
// session controller for a particular desktop environment.
virtual scoped_ptr<AudioCapturer> CreateAudioCapturer(
scoped_refptr<base::SingleThreadTaskRunner> audio_task_runner) = 0;
- virtual scoped_ptr<EventExecutor> CreateEventExecutor(
+ virtual scoped_ptr<InputInjector> CreateInputInjector(
scoped_refptr<base::SingleThreadTaskRunner> input_task_runner,
scoped_refptr<base::SingleThreadTaskRunner> ui_task_runner) = 0;
virtual scoped_ptr<SessionController> CreateSessionController() = 0;