| Index: remoting/host/setup/daemon_controller_delegate_linux.h
|
| diff --git a/remoting/host/setup/daemon_controller_delegate_linux.h b/remoting/host/setup/daemon_controller_delegate_linux.h
|
| index 916072c74c1e400cbfdf02ce82b905eb85940ee2..873170885383f53117861e66085e36b92ca4e6a3 100644
|
| --- a/remoting/host/setup/daemon_controller_delegate_linux.h
|
| +++ b/remoting/host/setup/daemon_controller_delegate_linux.h
|
| @@ -18,7 +18,6 @@ class DaemonControllerDelegateLinux : public DaemonController::Delegate {
|
| // DaemonController::Delegate interface.
|
| DaemonController::State GetState() override;
|
| scoped_ptr<base::DictionaryValue> GetConfig() override;
|
| - void InstallHost(const DaemonController::CompletionCallback& done) override;
|
| void SetConfigAndStart(
|
| scoped_ptr<base::DictionaryValue> config,
|
| bool consent,
|
|
|