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

Unified Diff: ipc/brokerable_attachment.cc

Issue 1205713002: Make attachment broker a subclass of IPC::Listener. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@attachment_broker3_listener_base
Patch Set: Update GN. 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/brokerable_attachment.cc
diff --git a/ipc/brokerable_attachment.cc b/ipc/brokerable_attachment.cc
index 54c905b661e60e69fce1e4ada9988bfd8c24dd55..cf0e730a9a30620d804cd75d4f286f9b94c1afe9 100644
--- a/ipc/brokerable_attachment.cc
+++ b/ipc/brokerable_attachment.cc
@@ -21,6 +21,9 @@ BrokerableAttachment::AttachmentId GetRandomId() {
BrokerableAttachment::BrokerableAttachment() : id_(GetRandomId()) {
}
+BrokerableAttachment::BrokerableAttachment(const AttachmentId& id) : id_(id) {
+}
+
BrokerableAttachment::~BrokerableAttachment() {
}
« ipc/BUILD.gn ('K') | « ipc/brokerable_attachment.h ('k') | ipc/handle_attachment_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698