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

Unified Diff: util/mach/child_port_handshake.cc

Issue 755313004: Pass Mach message trailers to server handler functions (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Address review feedback Created 6 years 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 | « util/mach/child_port_handshake.h ('k') | util/mach/child_port_server.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: util/mach/child_port_handshake.cc
diff --git a/util/mach/child_port_handshake.cc b/util/mach/child_port_handshake.cc
index c5344bbcdcbbed097ee12346ed1f88fdfd38bed6..483c102dbac5a3c691e244bdef42b3a29864d997 100644
--- a/util/mach/child_port_handshake.cc
+++ b/util/mach/child_port_handshake.cc
@@ -247,6 +247,7 @@ kern_return_t ChildPortHandshake::HandleChildPortCheckIn(
const child_port_token_t token,
mach_port_t port,
mach_msg_type_name_t right_type,
+ const mach_msg_trailer_t* trailer,
bool* destroy_complex_request) {
DCHECK_EQ(child_port_, kMachPortNull);
« no previous file with comments | « util/mach/child_port_handshake.h ('k') | util/mach/child_port_server.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698