Index: chrome/service/remoting/chromoting_host_manager.cc |
diff --git a/chrome/service/remoting/chromoting_host_manager.cc b/chrome/service/remoting/chromoting_host_manager.cc |
index 3b73a9f913e310272aed40128c87356fda721de0..c2621b989a6133a0bdfc1f8a40e0d566e03190ce 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(); |
} |
} |