| Index: ipc/handle_attachment_win.cc
|
| diff --git a/ipc/handle_attachment_win.cc b/ipc/handle_attachment_win.cc
|
| index 3c18828dd22f6e8c7dd1f32c21d9a92e3915e994..dfce7c232e60087d8ee92a6523c8c50001bb9867 100644
|
| --- a/ipc/handle_attachment_win.cc
|
| +++ b/ipc/handle_attachment_win.cc
|
| @@ -13,6 +13,11 @@ HandleAttachmentWin::HandleAttachmentWin(const HANDLE& handle)
|
| : handle_(handle) {
|
| }
|
|
|
| +HandleAttachmentWin::HandleAttachmentWin(const WireFormat& wire_format)
|
| + : BrokerableAttachment(wire_format.attachment_id),
|
| + handle_(LongToHandle(wire_format.handle)) {
|
| +}
|
| +
|
| HandleAttachmentWin::~HandleAttachmentWin() {
|
| }
|
|
|
|
|