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

Unified Diff: util/mach/exc_server_variants.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 | « util/mach/child_port_server.h ('k') | util/mach/notify_server.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: util/mach/exc_server_variants.h
diff --git a/util/mach/exc_server_variants.h b/util/mach/exc_server_variants.h
index 46978679100223d3987b421ab501c8eaf5f9f6ba..d5d5cc54a09bcf6c9e1c41ea593a0702ff2305d5 100644
--- a/util/mach/exc_server_variants.h
+++ b/util/mach/exc_server_variants.h
@@ -102,13 +102,10 @@ class UniversalMachExcServer final : public MachMessageServer::Interface {
~UniversalMachExcServer();
// 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 | « util/mach/child_port_server.h ('k') | util/mach/notify_server.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698