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

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

Issue 11231060: [Chromoting] The desktop process now creates a pre-connected pipe and passes (with some help of the… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased 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
« no previous file with comments | « remoting/host/remoting_me2me_host.cc ('k') | remoting/host/win/host_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/win/host_service.h
diff --git a/remoting/host/win/host_service.h b/remoting/host/win/host_service.h
index ce8b479d96847d39bb8b65da681e5e023cedad80..10a2744660f4b48e7e3920f004781786b2683918 100644
--- a/remoting/host/win/host_service.h
+++ b/remoting/host/win/host_service.h
@@ -16,10 +16,6 @@
class CommandLine;
class MessageLoop;
-namespace base {
-class SingleThreadTaskRunner;
-} // namespace base
-
namespace remoting {
class AutoThreadTaskRunner;
@@ -51,8 +47,7 @@ class HostService : public WtsConsoleMonitor {
void OnSessionChange();
// Creates the process launcher.
- void CreateLauncher(
- scoped_refptr<base::SingleThreadTaskRunner> io_task_runner);
+ void CreateLauncher(scoped_refptr<AutoThreadTaskRunner> io_task_runner);
// This is a common entry point to the main service loop called by both
// RunAsService() and RunInConsole().
« no previous file with comments | « remoting/host/remoting_me2me_host.cc ('k') | remoting/host/win/host_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698