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

Unified Diff: remoting/host/host_service_win.h

Issue 10832054: Removing --host-binary parameter in preparation to the coming me2me host refactoring. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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.cc » ('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 f446b2cf1edd53e1a9094a4c0f9b02b916e3475a..e448119936efe65c70a089cbc9fa5f6f79b2ea43 100644
--- a/remoting/host/host_service_win.h
+++ b/remoting/host/host_service_win.h
@@ -7,7 +7,6 @@
#include <windows.h>
-#include "base/file_path.h"
#include "base/memory/ref_counted.h"
#include "base/memory/singleton.h"
#include "base/observer_list.h"
@@ -88,9 +87,6 @@ class HostService : public WtsConsoleMonitor {
scoped_ptr<WtsSessionProcessLauncher> launcher_;
- // The host binary name.
- FilePath host_binary_;
-
// Service message loop.
scoped_refptr<base::SingleThreadTaskRunner> main_task_runner_;
« no previous file with comments | « no previous file | remoting/host/host_service_win.cc » ('j') | remoting/host/wts_session_process_launcher_win.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698