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

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

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_mac.mm
diff --git a/remoting/host/setup/daemon_controller_delegate_mac.mm b/remoting/host/setup/daemon_controller_delegate_mac.mm
index c2926b0f2cb0ae13d21b350fb275f43cbbbc3aea..4ca5d3fffe09e73691a089078897f923e6eebccc 100644
--- a/remoting/host/setup/daemon_controller_delegate_mac.mm
+++ b/remoting/host/setup/daemon_controller_delegate_mac.mm
@@ -66,6 +66,11 @@ scoped_ptr<base::DictionaryValue> DaemonControllerDelegateMac::GetConfig() {
return config.Pass();
}
+void DaemonControllerDelegateWin::InstallHost(
+ const DaemonController::CompletionCallback& done) {
+ NOTREACHED();
+}
+
void DaemonControllerDelegateMac::SetConfigAndStart(
scoped_ptr<base::DictionaryValue> config,
bool consent,

Powered by Google App Engine
This is Rietveld 408576698