| Index: chrome/app/chrome_breakpad_client.cc
|
| diff --git a/chrome/app/chrome_breakpad_client.cc b/chrome/app/chrome_breakpad_client.cc
|
| index 84a69777194d5cfc0cf39876f82ae6ef5c12b50b..267584b56d388ee3b5ac7789f5e79886a2c153a2 100644
|
| --- a/chrome/app/chrome_breakpad_client.cc
|
| +++ b/chrome/app/chrome_breakpad_client.cc
|
| @@ -38,7 +38,7 @@
|
| #endif
|
|
|
| #if defined(OS_POSIX)
|
| -#include "chrome/common/dump_without_crashing.h"
|
| +#include "base/debug/dump_without_crashing.h"
|
| #endif
|
|
|
| #if defined(OS_ANDROID)
|
| @@ -326,12 +326,6 @@ bool ChromeBreakpadClient::GetCrashDumpLocation(base::FilePath* crash_dir) {
|
| return PathService::Get(chrome::DIR_CRASH_DUMPS, crash_dir);
|
| }
|
|
|
| -#if defined(OS_POSIX)
|
| -void ChromeBreakpadClient::SetDumpWithoutCrashingFunction(void (*function)()) {
|
| - logging::SetDumpWithoutCrashingFunction(function);
|
| -}
|
| -#endif
|
| -
|
| size_t ChromeBreakpadClient::RegisterCrashKeys() {
|
| // Note: This is not called on Windows because Breakpad is initialized in the
|
| // EXE module, but code that uses crash keys is in the DLL module.
|
|
|