Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(544)

Unified Diff: remoting/host/setup/daemon_controller_delegate_mac.h

Issue 873353004: Remove InstallHost from the DaemonController. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: remoting/host/setup/daemon_controller_delegate_mac.h
diff --git a/remoting/host/setup/daemon_controller_delegate_mac.h b/remoting/host/setup/daemon_controller_delegate_mac.h
index ec69d32c5aa953c029069265fbc2b4bb9988f7a6..78c08e80bba2c79e5ffe0f4424a0bd8490010146 100644
--- a/remoting/host/setup/daemon_controller_delegate_mac.h
+++ b/remoting/host/setup/daemon_controller_delegate_mac.h
@@ -19,7 +19,6 @@ class DaemonControllerDelegateMac : 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,

Powered by Google App Engine
This is Rietveld 408576698