diff options
Diffstat (limited to 'chrome/service')
-rw-r--r-- | chrome/service/remoting/chromoting_host_manager.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/service/remoting/chromoting_host_manager.cc b/chrome/service/remoting/chromoting_host_manager.cc index b24eb4b..12b2adc 100644 --- a/chrome/service/remoting/chromoting_host_manager.cc +++ b/chrome/service/remoting/chromoting_host_manager.cc @@ -16,7 +16,8 @@ namespace remoting { ChromotingHostManager::ChromotingHostManager(Observer* observer) - : observer_(observer) { + : observer_(observer), + main_message_loop_(NULL) { } void ChromotingHostManager::Initialize( |