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

Unified Diff: remoting/host/desktop_process.h

Issue 1634933007: remoting: Add AttachmentBroker for daemon and desktop processes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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/daemon_process.cc ('k') | remoting/host/desktop_process.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/desktop_process.h
diff --git a/remoting/host/desktop_process.h b/remoting/host/desktop_process.h
index 42467245b098bb6d16d19cfb20081a475ea7a5dd..e085c6a550c7dfca4b1bd369f254caccf3b63fb8 100644
--- a/remoting/host/desktop_process.h
+++ b/remoting/host/desktop_process.h
@@ -19,6 +19,7 @@
#include "remoting/host/desktop_session_agent.h"
namespace IPC {
+class AttachmentBrokerUnprivileged;
class ChannelProxy;
} // namespace IPC
@@ -76,6 +77,9 @@ class DesktopProcess : public DesktopSessionAgent::Delegate,
// process.
std::string daemon_channel_name_;
+ // Attachment broker for |daemon_channel_|.
+ scoped_ptr<IPC::AttachmentBrokerUnprivileged> attachment_broker_;
+
// IPC channel connecting the desktop process with the daemon process.
scoped_ptr<IPC::ChannelProxy> daemon_channel_;
« no previous file with comments | « remoting/host/daemon_process.cc ('k') | remoting/host/desktop_process.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698