Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / remoting / host / setup / daemon_controller_delegate_linux.cc
index 96f0dcc..427a572 100644 (file)
@@ -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,