summaryrefslogtreecommitdiffstats
path: root/chrome/service/remoting/chromoting_host_manager.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/service/remoting/chromoting_host_manager.cc')
-rw-r--r--chrome/service/remoting/chromoting_host_manager.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/service/remoting/chromoting_host_manager.cc b/chrome/service/remoting/chromoting_host_manager.cc
index 1fb369f..aaffdac 100644
--- a/chrome/service/remoting/chromoting_host_manager.cc
+++ b/chrome/service/remoting/chromoting_host_manager.cc
@@ -46,6 +46,8 @@ void ChromotingHostManager::Teardown() {
Stop();
}
+ChromotingHostManager::~ChromotingHostManager() {}
+
bool ChromotingHostManager::IsConfigInitialized() {
std::string host_id;
if (!chromoting_config_->GetString(remoting::kHostIdConfigPath, &host_id))