| Index: remoting/host/setup/daemon_controller_delegate_mac.mm
|
| diff --git a/remoting/host/setup/daemon_controller_delegate_mac.mm b/remoting/host/setup/daemon_controller_delegate_mac.mm
|
| index 76499c613c423d2a9ab637e9f31013c43c6894b8..c5d02d49ae2e1366a174eff1546560001cfb8fae 100644
|
| --- a/remoting/host/setup/daemon_controller_delegate_mac.mm
|
| +++ b/remoting/host/setup/daemon_controller_delegate_mac.mm
|
| @@ -64,11 +64,6 @@ 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,
|
|
|