Chromium Code Reviews| Index: src/trusted/service_runtime/osx/crash_filter.h |
| =================================================================== |
| --- src/trusted/service_runtime/osx/crash_filter.h (revision 10790) |
| +++ src/trusted/service_runtime/osx/crash_filter.h (working copy) |
| @@ -1,29 +0,0 @@ |
| -/* |
|
Mark Seaborn
2013/02/14 23:55:02
Don't delete this file, please -- it's #included f
Mark Mentovai
2013/02/15 17:36:42
Mark Seaborn wrote:
Mark Seaborn
2013/02/15 22:48:08
Hmm, the new function NaClMachThreadStateIsInUntru
|
| - * Copyright (c) 2011 The Native Client Authors. All rights reserved. |
| - * Use of this source code is governed by a BSD-style license that can be |
| - * found in the LICENSE file. |
| - */ |
| - |
| -#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. |
| - */ |
| -int NaClMachThreadIsInUntrusted(mach_port_t thread_port); |
| - |
| -EXTERN_C_END |
| - |
| - |
| -#endif |