Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / remoting / host / setup / daemon_controller_delegate_mac.mm
index c2926b0..b5021a3 100644 (file)
@@ -66,6 +66,11 @@ scoped_ptr<base::DictionaryValue> DaemonControllerDelegateMac::GetConfig() {
   return config.Pass();
 }
 
+void DaemonControllerDelegateMac::InstallHost(
+    const DaemonController::CompletionCallback& done) {
+  NOTREACHED();
+}
+
 void DaemonControllerDelegateMac::SetConfigAndStart(
     scoped_ptr<base::DictionaryValue> config,
     bool consent,