summaryrefslogtreecommitdiffstats
path: root/ipc/handle_attachment_win.h
diff options
context:
space:
mode:
authorerikchen <erikchen@chromium.org>2015-09-15 12:11:09 -0700
committerCommit bot <commit-bot@chromium.org>2015-09-15 19:11:57 +0000
commit87351da8166440ba0978a3c74701aa8242b72295 (patch)
tree2ceef6f3a1f83f570d01df967c79e1ed62e4074d /ipc/handle_attachment_win.h
parent653d6a4002363db6341d683b04baa68b0b244bed (diff)
downloadchromium_src-87351da8166440ba0978a3c74701aa8242b72295.zip
chromium_src-87351da8166440ba0978a3c74701aa8242b72295.tar.gz
chromium_src-87351da8166440ba0978a3c74701aa8242b72295.tar.bz2
ipc: Make a new class PlaceholderBrokerableAttachment.
Instances of this class need to be replaced before the message can be dispatched. This mechanism is a lot cleaner than the previous mechanism, which had an "unbrokered" state for every type of BrokerableAttachment, which had to be mutated before being dispatched. BUG=493414 Review URL: https://codereview.chromium.org/1317093007 Cr-Commit-Position: refs/heads/master@{#348952}
Diffstat (limited to 'ipc/handle_attachment_win.h')
-rw-r--r--ipc/handle_attachment_win.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ipc/handle_attachment_win.h b/ipc/handle_attachment_win.h
index 127cd57..cd086b9 100644
--- a/ipc/handle_attachment_win.h
+++ b/ipc/handle_attachment_win.h
@@ -40,7 +40,6 @@ class IPC_EXPORT HandleAttachmentWin : public BrokerableAttachment {
explicit HandleAttachmentWin(const BrokerableAttachment::AttachmentId& id);
BrokerableType GetBrokerableType() const override;
- void PopulateWithAttachment(const BrokerableAttachment* attachment) override;
// Returns the wire format of this attachment.
WireFormat GetWireFormat(const base::ProcessId& destination) const;