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

Unified Diff: remoting/host/desktop_process.h

Issue 1679763002: Clean up public interface of AttachmentBrokerUnprivileged. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove CHECK. Created 4 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 | « ipc/attachment_broker_unprivileged.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 e085c6a550c7dfca4b1bd369f254caccf3b63fb8..42467245b098bb6d16d19cfb20081a475ea7a5dd 100644
--- a/remoting/host/desktop_process.h
+++ b/remoting/host/desktop_process.h
@@ -19,7 +19,6 @@
#include "remoting/host/desktop_session_agent.h"
namespace IPC {
-class AttachmentBrokerUnprivileged;
class ChannelProxy;
} // namespace IPC
@@ -77,9 +76,6 @@ 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 | « ipc/attachment_broker_unprivileged.cc ('k') | remoting/host/desktop_process.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698