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

Unified Diff: remoting/host/desktop_environment.h

Issue 12760012: Rename EventExecutor to InputInjector. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
Index: remoting/host/desktop_environment.h
diff --git a/remoting/host/desktop_environment.h b/remoting/host/desktop_environment.h
index 6a6a82cb0fdd0dfb24352266cae29832c616f9de..7f2ed5490c01883fb9f994144fef86cbf075e079 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;

Powered by Google App Engine
This is Rietveld 408576698