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

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

Issue 11040065: [Chromoting] Reimplemented the worker process launcher to take into account the encountered issues: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 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 80bbc90c5b1df3dabb1feb75359c3d80784c801b..ce8b479d96847d39bb8b65da681e5e023cedad80 100644
--- a/remoting/host/win/host_service.h
+++ b/remoting/host/win/host_service.h
@@ -26,12 +26,6 @@ class AutoThreadTaskRunner;
class Stoppable;
class WtsConsoleObserver;
-#if defined(REMOTING_MULTI_PROCESS)
-class DaemonProcess;
-#else // !defined(REMOTING_MULTI_PROCESS)
-class WtsSessionProcessLauncher;
-#endif // !defined(REMOTING_MULTI_PROCESS)
-
class HostService : public WtsConsoleMonitor {
public:
static HostService* GetInstance();

Powered by Google App Engine
This is Rietveld 408576698