From c5782715455a9bd7d9d03d5d9a429e4228b7f090 Mon Sep 17 00:00:00 2001 From: "mark@chromium.org" Date: Wed, 25 Jul 2012 15:34:00 +0000 Subject: Speculatively back out r984. See http://codereview.chromium.org/10805065/ and http://build.chromium.org/p/chromium/builders/NACL%20Tests%20%28x64%29/builds/34563 chrome src/native_client/tests/inbrowser_crash_test/crash_dump_tester.py says that the observed failures are a symptom of crash_service.exe itself crashing. git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@999 4c0a9323-5329-0410-9bdc-e9ce6186880e --- src/client/windows/common/ipc_protocol.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/client/windows/common/ipc_protocol.h') diff --git a/src/client/windows/common/ipc_protocol.h b/src/client/windows/common/ipc_protocol.h index 42ea8455..b03c032b 100644 --- a/src/client/windows/common/ipc_protocol.h +++ b/src/client/windows/common/ipc_protocol.h @@ -82,11 +82,6 @@ struct CustomInfoEntry { wchar_t value[kValueMaxLength]; }; -struct CustomDataStream { - size_t size; - u_int8_t stream[1]; -}; - // Constants for the protocol between client and the server. // Tags sent with each message indicating the purpose of -- cgit v1.2.1