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

Unified Diff: remoting/host/setup/daemon_controller.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.h
diff --git a/remoting/host/setup/daemon_controller.h b/remoting/host/setup/daemon_controller.h
index 522a840266890c8e309aab5e1b3f14e8cbe1e2a2..b7b5b5879a4439d8433937511919d4a44cda3332 100644
--- a/remoting/host/setup/daemon_controller.h
+++ b/remoting/host/setup/daemon_controller.h
@@ -121,10 +121,6 @@ class DaemonController : public base::RefCountedThreadSafe<DaemonController> {
// sensitive have been filtered out.
virtual scoped_ptr<base::DictionaryValue> GetConfig() = 0;
- // Download and install the host component. |done| is invoked on the
- // calling thread when the operation is completed.
- virtual void InstallHost(const CompletionCallback& done) = 0;
-
// Starts the daemon process. This may require that the daemon be
// downloaded and installed. |done| is invoked on the calling thread when
// the operation is completed.
@@ -175,10 +171,6 @@ class DaemonController : public base::RefCountedThreadSafe<DaemonController> {
// sensitive have been filtered out.
void GetConfig(const GetConfigCallback& done);
- // Download and install the host component. |done| is called when the
- // operation is finished or fails.
- void InstallHost(const CompletionCallback& done);
-
// Start the daemon process. This may require that the daemon be
// downloaded and installed. |done| is called when the
// operation is finished or fails.
@@ -224,7 +216,6 @@ class DaemonController : public base::RefCountedThreadSafe<DaemonController> {
// Blocking helper methods used to call the delegate.
void DoGetConfig(const GetConfigCallback& done);
- void DoInstallHost(const CompletionCallback& done);
void DoSetConfigAndStart(scoped_ptr<base::DictionaryValue> config,
bool consent,
const CompletionCallback& done);
« no previous file with comments | « no previous file | remoting/host/setup/daemon_controller.cc » ('j') | remoting/host/setup/daemon_controller_delegate_win.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698