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

Unified Diff: remoting/host/win/host_service.h

Issue 11970044: Merged all Chromoting Host code into remoting_core.dll (Windows). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: host_ui_resource.h has been deleted. Created 7 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/win/host_service.h
diff --git a/remoting/host/win/host_service.h b/remoting/host/win/host_service.h
index a79ad2f830aecac3242b72f08f989ac62f271533..1f5099aa2a4dca63f7bb1516f2b2e936d3c5d5ee 100644
--- a/remoting/host/win/host_service.h
+++ b/remoting/host/win/host_service.h
@@ -11,6 +11,7 @@
#include "base/memory/singleton.h"
#include "base/observer_list.h"
#include "base/synchronization/waitable_event.h"
+#include "remoting/host/host_export.h"
#include "remoting/host/win/wts_console_monitor.h"
class CommandLine;
@@ -111,6 +112,9 @@ class HostService : public WtsConsoleMonitor {
DISALLOW_COPY_AND_ASSIGN(HostService);
};
+// The daemon process's entry point exported from remoting_core.dll.
+HOST_EXPORT int RunDaemonProcess();
+
} // namespace remoting
#endif // REMOTING_HOST_WIN_HOST_SERVICE_H_

Powered by Google App Engine
This is Rietveld 408576698