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

Unified Diff: util/mach/child_port_server.h

Issue 804633002: Add NotifyServer 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/exc_server_variants.h » ('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 7c40809c88bf120611a4d6f743d01373355f4b87..bc42cc094f56614e6eacace914f7da2aa335c458 100644
--- a/util/mach/child_port_server.h
+++ b/util/mach/child_port_server.h
@@ -59,13 +59,10 @@ class ChildPortServer : public MachMessageServer::Interface {
explicit ChildPortServer(Interface* interface);
// MachMessageServer::Interface:
-
bool MachMessageServerFunction(const mach_msg_header_t* in_header,
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/exc_server_variants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698