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

Unified Diff: remoting/host/ipc_desktop_environment.h

Issue 12302042: Add more IPC unit tests: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix DesktopProcess shutdown. Test IpcDesktopEnvironmentFactory too." Created 7 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 | « remoting/host/desktop_session_connector.h ('k') | remoting/host/ipc_desktop_environment.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/ipc_desktop_environment.h
diff --git a/remoting/host/ipc_desktop_environment.h b/remoting/host/ipc_desktop_environment.h
index a89b5e8635f1ee35548f254bb399137b1a9f6078..be20cff4b91f4697a1df1efde626326a92f6914f 100644
--- a/remoting/host/ipc_desktop_environment.h
+++ b/remoting/host/ipc_desktop_environment.h
@@ -21,7 +21,7 @@ class SingleThreadTaskRunner;
} // base
namespace IPC {
-class ChannelProxy;
+class Sender;
} // namespace IPC
namespace remoting {
@@ -83,7 +83,7 @@ class IpcDesktopEnvironmentFactory
IpcDesktopEnvironmentFactory(
scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner,
scoped_refptr<base::SingleThreadTaskRunner> io_task_runner,
- IPC::ChannelProxy* daemon_channel);
+ IPC::Sender* daemon_channel);
virtual ~IpcDesktopEnvironmentFactory();
// DesktopEnvironmentFactory implementation.
@@ -111,7 +111,7 @@ class IpcDesktopEnvironmentFactory
scoped_refptr<base::SingleThreadTaskRunner> io_task_runner_;
// IPC channel connected to the daemon process.
- IPC::ChannelProxy* daemon_channel_;
+ IPC::Sender* daemon_channel_;
// List of DesktopEnvironment instances we've told the daemon process about.
typedef std::map<int, scoped_refptr<DesktopSessionProxy> >
« no previous file with comments | « remoting/host/desktop_session_connector.h ('k') | remoting/host/ipc_desktop_environment.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698