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

Unified Diff: remoting/host/session_controller.h

Issue 12594009: Converted LocalInputMonitor into a SessionController instance. (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/session_controller.h
diff --git a/remoting/host/session_controller.h b/remoting/host/session_controller.h
index d4479afdbf2037d711af9b4410a97121a558eebc..aa23d91c63ef4e920cdc86af11905e9fe49aea34 100644
--- a/remoting/host/session_controller.h
+++ b/remoting/host/session_controller.h
@@ -6,7 +6,6 @@
#define REMOTING_HOST_SESSION_CONTROLLER_H_
#include "base/basictypes.h"
-#include "remoting/host/mouse_move_observer.h"
#include "third_party/skia/include/core/SkPoint.h"
#include "third_party/skia/include/core/SkSize.h"
@@ -16,10 +15,7 @@ class ScreenResolution;
class SessionController {
Sergey Ulanov 2013/03/20 06:31:06 This interface is used for two unrelated features
alexeypa (please no reviews) 2013/03/20 17:05:29 It is indeed used for two unrelated purposes yet I
public:
- // TODO(alexeypa): remove MouseMoveObserver entirely and move
- // OnLocalMouseMoved() method to SessionController::Delegate.
- // See http://crbug.com/104544.
- class Delegate : public MouseMoveObserver {
+ class Delegate {
public:
virtual ~Delegate() {}

Powered by Google App Engine
This is Rietveld 408576698