Index: util/win/exception_handler_server.h |
diff --git a/util/win/exception_handler_server.h b/util/win/exception_handler_server.h |
index fd943acddbbe769251e510ab1854ff2d7f012e14..69466f84f8d4423c19765e7c549ddfea6edd9278 100644 |
--- a/util/win/exception_handler_server.h |
+++ b/util/win/exception_handler_server.h |
@@ -76,7 +76,8 @@ class ExceptionHandlerServer { |
static bool ServiceClientConnection( |
const internal::PipeServiceContext& service_context); |
static DWORD __stdcall PipeServiceProc(void* ctx); |
- static void __stdcall OnDumpEvent(void* ctx, BOOLEAN); |
+ static void __stdcall OnCrashDumpEvent(void* ctx, BOOLEAN); |
+ static void __stdcall OnNonCrashDumpEvent(void* ctx, BOOLEAN); |
static void __stdcall OnProcessEnd(void* ctx, BOOLEAN); |
ScopedKernelHANDLE port_; |