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

Unified Diff: util/test/mac/mach_multiprocess.h

Issue 577293002: Use task_t, thread_t, and exception_handler_t uniformly (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Created 6 years, 3 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
Index: util/test/mac/mach_multiprocess.h
diff --git a/util/test/mac/mach_multiprocess.h b/util/test/mac/mach_multiprocess.h
index b949e652dfcf925c549e3ffac06699f19237bb8a..e709533a7b3c1ac28ff6fa3b1f89274a7b198906 100644
--- a/util/test/mac/mach_multiprocess.h
+++ b/util/test/mac/mach_multiprocess.h
@@ -68,7 +68,7 @@ class MachMultiprocess : public Multiprocess {
//! \brief Returns a send right for the child’s task port.
//!
//! This method may only be called by the parent process.
- mach_port_t ChildTask() const;
+ task_t ChildTask() const;
private:
// Multiprocess:

Powered by Google App Engine
This is Rietveld 408576698