Chromium Code Reviews| Index: chrome/tools/crash_service/crash_service.h |
| diff --git a/chrome/tools/crash_service/crash_service.h b/chrome/tools/crash_service/crash_service.h |
| index 9cb45d1229df9cdab1b75200beac89953920367b..3fc4b8aef1b169182fe2ce7ee3d7a4624d442131 100644 |
| --- a/chrome/tools/crash_service/crash_service.h |
| +++ b/chrome/tools/crash_service/crash_service.h |
| @@ -11,15 +11,16 @@ |
| #include "base/basictypes.h" |
| #include "base/file_path.h" |
| #include "base/synchronization/lock.h" |
| +#include "breakpad/src/client/windows/crash_generation/crash_generation_server.h" |
| namespace google_breakpad { |
| class CrashReportSender; |
| -class CrashGenerationServer; |
| class ClientInfo; |
| } |
| + |
|
Mark Mentovai
2011/11/21 13:49:24
Extra blank line not necessary.
|
| // This class implements an out-of-process crash server. It uses breakpad's |
| // CrashGenerationServer and CrashReportSender to generate and then send the |
| // crash dumps. Internally, it uses OS specific pipe to allow applications to |
| @@ -89,6 +90,8 @@ class CrashService { |
| static void OnClientDumpRequest( |
| void* context, |
| const google_breakpad::ClientInfo* client_info, |
| + const google_breakpad::CrashGenerationServer::ClientDumpRequestType |
| + request_type, |
| const std::wstring* file_path); |
| static void OnClientExited(void* context, |