| Index: chrome/tools/crash_service/crash_service.cc
|
| diff --git a/chrome/tools/crash_service/crash_service.cc b/chrome/tools/crash_service/crash_service.cc
|
| index ba2acbc787731d6fff33f47749cc896c53205581..dd6a3f6409acc23c4fcb069f9baf0d88728f2ed2 100644
|
| --- a/chrome/tools/crash_service/crash_service.cc
|
| +++ b/chrome/tools/crash_service/crash_service.cc
|
| @@ -342,6 +342,8 @@ void CrashService::OnClientExited(void* context,
|
|
|
| void CrashService::OnClientDumpRequest(void* context,
|
| const google_breakpad::ClientInfo* client_info,
|
| + const google_breakpad::CrashGenerationServer::ClientDumpRequestType
|
| + request_type,
|
| const std::wstring* file_path) {
|
| ProcessingLock lock;
|
|
|
|
|