Index: remoting/host/setup/daemon_controller_delegate_linux.cc |
diff --git a/remoting/host/setup/daemon_controller_delegate_linux.cc b/remoting/host/setup/daemon_controller_delegate_linux.cc |
index 96f0dccbf38575ab50683fde30fbceed0b0e3b27..427a572522eeeab03f50c896c7c17e5664ce9250 100644 |
--- a/remoting/host/setup/daemon_controller_delegate_linux.cc |
+++ b/remoting/host/setup/daemon_controller_delegate_linux.cc |
@@ -189,6 +189,11 @@ scoped_ptr<base::DictionaryValue> DaemonControllerDelegateLinux::GetConfig() { |
return result.Pass(); |
} |
+void DaemonControllerDelegateLinux::InstallHost( |
+ const DaemonController::CompletionCallback& done) { |
+ NOTREACHED(); |
+} |
+ |
void DaemonControllerDelegateLinux::SetConfigAndStart( |
scoped_ptr<base::DictionaryValue> config, |
bool consent, |