Chromoting: Move host input and window mgmt into DesktopEnvironment
commit49c4757170b6044fb1c8ce04486ec8aef6f886ce
authorgarykac@chromium.org <garykac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Thu, 7 Jul 2011 21:57:11 +0000 (7 21:57 +0000)
committergarykac@chromium.org <garykac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Thu, 7 Jul 2011 21:57:11 +0000 (7 21:57 +0000)
tree370f04031684839f781047a066c6e8cec7f898a6
parentde7f196e24457073ca674752e62423c0083ecd74
Chromoting: Move host input and window mgmt into DesktopEnvironment

Hide details of window management and continue timers in the DesktopEnvironment
class and expose OnConnect, OnLastDisconnect and OnPause methods.

Move all host input monitor code into DesktopEnvironment as well.

BUG=none
TEST=none

Review URL: http://codereview.chromium.org/7312019

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91764 0039d316-1c4b-4281-b951-d872f2087c98
remoting/host/chromoting_host.cc
remoting/host/chromoting_host.h
remoting/host/chromoting_host_unittest.cc
remoting/host/desktop_environment.cc
remoting/host/desktop_environment.h
remoting/host/simple_host_process.cc