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

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

Issue 10544121: Roll Breakpad to @970 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Adding changes from https://chromiumcodereview.appspot.com/10377108 Created 8 years, 6 months 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
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..448bbb6b7f0eafd5a8a2aa240dfbb31cd16ff87c 100644
--- a/chrome/tools/crash_service/crash_service.cc
+++ b/chrome/tools/crash_service/crash_service.cc
@@ -246,6 +246,7 @@ bool CrashService::Initialize(const std::wstring& command_line) {
&CrashService::OnClientConnected, this,
&CrashService::OnClientDumpRequest, this,
&CrashService::OnClientExited, this,
+ NULL, NULL,
true, &dumps_path.value());
if (!dumper_) {

Powered by Google App Engine
This is Rietveld 408576698