Index: src/trusted/service_runtime/osx/crash_filter.h |
=================================================================== |
--- src/trusted/service_runtime/osx/crash_filter.h (revision 10826) |
+++ src/trusted/service_runtime/osx/crash_filter.h (working copy) |
@@ -7,23 +7,11 @@ |
#ifndef NATIVE_CLIENT_SRC_TRUSTED_SERVICE_RUNTIME_OSX_CRASH_FILTER_H_ |
#define NATIVE_CLIENT_SRC_TRUSTED_SERVICE_RUNTIME_OSX_CRASH_FILTER_H_ 1 |
- |
-#include <mach/port.h> |
- |
-#include "native_client/src/include/nacl_base.h" |
- |
-EXTERN_C_BEGIN |
- |
/* |
- * This function is intended for use by Chromium's embedding of |
- * Breakpad crash reporting. Given the Mach port for a thread in this |
- * process that has crashed (and is suspended), this function returns |
- * whether the thread crashed inside NaCl untrusted code. This is |
- * used for deciding whether to report the crash. |
+ * TODO(mark): Remove this file once Chrome migrates its #include from this |
+ * file to mach_thread_trusted_state.h. |
*/ |
-int NaClMachThreadIsInUntrusted(mach_port_t thread_port); |
-EXTERN_C_END |
+#include "native_client/src/trusted/service_runtime/osx/mach_thread_trusted_state.h" |
- |
#endif |