From 06c856fd6762fc886edd031aad94e6ca4b2064a5 Mon Sep 17 00:00:00 2001 From: "mark@chromium.org" Date: Mon, 28 Nov 2011 19:17:41 +0000 Subject: Speculative back-out of r883, which may have broken Windows crash reporting. git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@891 4c0a9323-5329-0410-9bdc-e9ce6186880e --- src/client/windows/tests/crash_generation_app/crash_generation_app.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'src/client/windows/tests') diff --git a/src/client/windows/tests/crash_generation_app/crash_generation_app.cc b/src/client/windows/tests/crash_generation_app/crash_generation_app.cc index f21972dd..1b4bd3c9 100644 --- a/src/client/windows/tests/crash_generation_app/crash_generation_app.cc +++ b/src/client/windows/tests/crash_generation_app/crash_generation_app.cc @@ -216,7 +216,6 @@ static void _cdecl ShowClientConnected(void* context, static void _cdecl ShowClientCrashed(void* context, const ClientInfo* client_info, - const CrashGenerationServer::ClientDumpRequestType request_type, const wstring* dump_path) { TCHAR* line = new TCHAR[kMaximumLineLength]; line[0] = _T('\0'); -- cgit v1.2.1