Chromium Code Reviews| Index: ipc/ipc_message.cc |
| diff --git a/ipc/ipc_message.cc b/ipc/ipc_message.cc |
| index 289f08dab06739be44d3eb8fc250fd990dc47649..83ee495a81313f09ad1bfc675b29f4a685634b67 100644 |
| --- a/ipc/ipc_message.cc |
| +++ b/ipc/ipc_message.cc |
| @@ -249,6 +249,9 @@ bool Message::WriteAttachment( |
| &index, &brokerable); |
| DCHECK(success); |
| + // NOTE: If you add more data to the pickle, make sure to update |
| + // PickleSizer::AddAttachment. |
| + |
| // Write the type of descriptor. |
| WriteBool(brokerable); |