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

Unified Diff: ipc/attachment_broker_privileged_mac.h

Issue 1420763002: ipc: Move methods into AttachmentBroker interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
Index: ipc/attachment_broker_privileged_mac.h
diff --git a/ipc/attachment_broker_privileged_mac.h b/ipc/attachment_broker_privileged_mac.h
index f8a2871b4b2d16cdc681f82a48a7b009107dbc3a..c6776f64e1c07fa70a740792ac8a77a685faa33d 100644
--- a/ipc/attachment_broker_privileged_mac.h
+++ b/ipc/attachment_broker_privileged_mac.h
@@ -50,10 +50,6 @@ class IPC_EXPORT AttachmentBrokerPrivilegedMac
AttachmentBrokerPrivilegedMac();
~AttachmentBrokerPrivilegedMac() override;
- // The port provider must live as long as the AttachmentBrokerPrivilegedMac. A
- // port provider must be set before any attachment brokering occurs.
- void SetPortProvider(base::PortProvider* port_provider);
-
// IPC::AttachmentBroker overrides.
bool SendAttachmentToProcess(BrokerableAttachment* attachment,
base::ProcessId destination_process) override;
@@ -122,8 +118,6 @@ class IPC_EXPORT AttachmentBrokerPrivilegedMac
// that receives the Chrome IPC message.
void RouteWireFormatToAnother(const MachPortWireFormat& wire_format);
- base::PortProvider* port_provider_;
-
DISALLOW_COPY_AND_ASSIGN(AttachmentBrokerPrivilegedMac);
};

Powered by Google App Engine
This is Rietveld 408576698