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

Unified Diff: util/mach/child_port_server.h

Issue 781823002: Add CompositeMachMessageServer and its test (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: 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 | « no previous file | util/mach/child_port_server.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: util/mach/child_port_server.h
diff --git a/util/mach/child_port_server.h b/util/mach/child_port_server.h
index 8083a1e8188754977119755cb3a948d788ea2e8f..fc83c1508e213ea5991d34a0a6cf54ef7ad39f2f 100644
--- a/util/mach/child_port_server.h
+++ b/util/mach/child_port_server.h
@@ -62,6 +62,8 @@ class ChildPortServer : public MachMessageServer::Interface {
mach_msg_header_t* out_header,
bool* destroy_complex_request) override;
+ std::set<mach_msg_id_t> MachMessageServerRequestIDs() override;
+
mach_msg_size_t MachMessageServerRequestSize() override;
mach_msg_size_t MachMessageServerReplySize() override;
« no previous file with comments | « no previous file | util/mach/child_port_server.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698