diff options
-rw-r--r-- | chrome/service/remoting/chromoting_host_manager.cc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/service/remoting/chromoting_host_manager.cc b/chrome/service/remoting/chromoting_host_manager.cc index 3b73a9f..c2621b9 100644 --- a/chrome/service/remoting/chromoting_host_manager.cc +++ b/chrome/service/remoting/chromoting_host_manager.cc @@ -40,6 +40,11 @@ void ChromotingHostManager::Initialize( } if (IsEnabled()) { + // TODO(wez): Need to callback the Observer so that ServiceProcess + // knows to stay alive to service Chromoting requests. + // This will go away once we have a more consistent model for the + // service process internals. + observer_->OnChromotingHostEnabled(); Start(); } } |