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_) { |