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

Unified Diff: ipc/ipc_message.cc

Issue 1966983003: Generate param traits size methods for IPC files in content/ (and traits it depends on). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix owners Created 4 years, 7 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
« no previous file with comments | « device/bluetooth/bluetooth_uuid.cc ('k') | ipc/ipc_message_utils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « device/bluetooth/bluetooth_uuid.cc ('k') | ipc/ipc_message_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698