Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(65)

Unified Diff: chrome/tools/crash_service/crash_service.cc

Issue 8595014: Update breakpad to rev: 886. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove whitespace Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/tools/crash_service/crash_service.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « chrome/tools/crash_service/crash_service.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698