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

Unified Diff: remoting/host/basic_desktop_environment.h

Issue 12594009: Converted LocalInputMonitor into a SessionController instance. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Posting ClientSessionControl tasks directly since we have a weak point now. 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 | « no previous file | remoting/host/basic_desktop_environment.cc » ('j') | remoting/host/local_input_monitor.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/basic_desktop_environment.h
diff --git a/remoting/host/basic_desktop_environment.h b/remoting/host/basic_desktop_environment.h
index f878e01b592ec6e6d259efbfe827998c8eb487e1..eb1c8b6688bf7b8480c9acec7bc4f991615390a4 100644
--- a/remoting/host/basic_desktop_environment.h
+++ b/remoting/host/basic_desktop_environment.h
@@ -12,6 +12,8 @@
namespace remoting {
+class LocalInputMonitor;
+
// Used to create audio/video capturers and event executor that work with
// the local console.
class BasicDesktopEnvironment : public DesktopEnvironment {
@@ -55,6 +57,9 @@ class BasicDesktopEnvironment : public DesktopEnvironment {
// Used to run UI code.
scoped_refptr<base::SingleThreadTaskRunner> ui_task_runner_;
+ // Notifies the client session about the local mouse movements.
+ scoped_ptr<LocalInputMonitor> local_input_monitor_;
+
DISALLOW_COPY_AND_ASSIGN(BasicDesktopEnvironment);
};
« no previous file with comments | « no previous file | remoting/host/basic_desktop_environment.cc » ('j') | remoting/host/local_input_monitor.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698