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

Unified Diff: remoting/host/setup/daemon_controller_delegate_linux.cc

Issue 232223003: Windows chromoting host installation via the NPAPI plugin (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update comment Created 6 years, 8 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_linux.cc
diff --git a/remoting/host/setup/daemon_controller_delegate_linux.cc b/remoting/host/setup/daemon_controller_delegate_linux.cc
index 96f0dccbf38575ab50683fde30fbceed0b0e3b27..c7f4df566d7835e83d3d0d0bb949af66c2b2387f 100644
--- a/remoting/host/setup/daemon_controller_delegate_linux.cc
+++ b/remoting/host/setup/daemon_controller_delegate_linux.cc
@@ -189,6 +189,11 @@ scoped_ptr<base::DictionaryValue> DaemonControllerDelegateLinux::GetConfig() {
return result.Pass();
}
+void DaemonControllerDelegateWin::InstallHost(
+ const DaemonController::CompletionCallback& done) {
+ NOTREACHED();
+}
+
void DaemonControllerDelegateLinux::SetConfigAndStart(
scoped_ptr<base::DictionaryValue> config,
bool consent,

Powered by Google App Engine
This is Rietveld 408576698