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

Unified Diff: ipc/attachment_broker_privileged.h

Issue 1420763002: ipc: Move methods into AttachmentBroker interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 5 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 | « ipc/attachment_broker_mac_unittest.cc ('k') | ipc/attachment_broker_privileged_mac.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/attachment_broker_privileged.h
diff --git a/ipc/attachment_broker_privileged.h b/ipc/attachment_broker_privileged.h
index 0d5f4a871f74187ce60e710b0aace72cf894e332..387dbe5c9f77b714ccf08f511fd74c7a1c1c2c95 100644
--- a/ipc/attachment_broker_privileged.h
+++ b/ipc/attachment_broker_privileged.h
@@ -33,12 +33,9 @@ class IPC_EXPORT AttachmentBrokerPrivileged : public IPC::AttachmentBroker {
// global attachment broker.
static scoped_ptr<AttachmentBrokerPrivileged> CreateBroker();
- // Each unprivileged process should have one IPC channel on which it
- // communicates attachment information with the broker process. In the broker
- // process, these channels must be registered and deregistered with the
- // Attachment Broker as they are created and destroyed.
- void RegisterCommunicationChannel(Endpoint* endpoint);
- void DeregisterCommunicationChannel(Endpoint* endpoint);
+ // AttachmentBroker overrides.
+ void RegisterCommunicationChannel(Endpoint* endpoint) override;
+ void DeregisterCommunicationChannel(Endpoint* endpoint) override;
protected:
// Returns the sender whose peer's process id is |id|.
« no previous file with comments | « ipc/attachment_broker_mac_unittest.cc ('k') | ipc/attachment_broker_privileged_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698