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

Unified Diff: ipc/ipc_message_attachment_set.h

Issue 1206093002: Update ChannelReader to use AttachmentBroker. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@attachment_broker3_listener
Patch Set: Created 5 years, 6 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/ipc_message_attachment_set.h
diff --git a/ipc/ipc_message_attachment_set.h b/ipc/ipc_message_attachment_set.h
index bd113012aff5507f40e31720346797165755db1b..fde409de745a922476d45a8c512fd47d651e020f 100644
--- a/ipc/ipc_message_attachment_set.h
+++ b/ipc/ipc_message_attachment_set.h
@@ -61,6 +61,8 @@ class IPC_EXPORT MessageAttachmentSet
// Returns a vector of all brokerable attachments.
std::vector<const BrokerableAttachment*> PeekBrokerableAttachments() const;
+ std::vector<scoped_refptr<BrokerableAttachment>>
+ GetBrokerableAttachmentsForUpdating();
#if defined(OS_POSIX)
// This is the maximum number of descriptors per message. We need to know this

Powered by Google App Engine
This is Rietveld 408576698