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

Unified Diff: remoting/host/host_service_win.h

Issue 9476017: Chromoting service now launches the host process in the session the is currently attached to the ph… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removing scoped_ptr<ScopedHandle>. Created 8 years, 10 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
« no previous file with comments | « no previous file | remoting/host/host_service_win.cc » ('j') | remoting/host/wts_session_process_launcher_win.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/host_service_win.h
diff --git a/remoting/host/host_service_win.h b/remoting/host/host_service_win.h
index 48dd1a9cb4be597de4bbbd88f36c2b7322e2e771..f39bf7cf1be9792020d5293f628c08b4d2ab37be 100644
--- a/remoting/host/host_service_win.h
+++ b/remoting/host/host_service_win.h
@@ -7,6 +7,7 @@
#include <windows.h>
+#include "base/file_path.h"
#include "base/memory/singleton.h"
#include "base/observer_list.h"
#include "base/string16.h"
@@ -85,6 +86,9 @@ class HostService : public WtsConsoleMonitor {
// to the physical console.
ObserverList<WtsConsoleObserver> console_observers_;
+ // The host binary name.
+ FilePath host_binary_;
+
// Service message loop.
MessageLoop* message_loop_;
« no previous file with comments | « no previous file | remoting/host/host_service_win.cc » ('j') | remoting/host/wts_session_process_launcher_win.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698