| Index: chrome_elf/crash/crash_helper.h | 
| diff --git a/chrome_elf/crash/crash_helper.h b/chrome_elf/crash/crash_helper.h | 
| index 4275abe212c7935bfaf85efce50c8a96bfe858c4..c1bc1cebd35acccb0e7f64ab22f12a006090d66b 100644 | 
| --- a/chrome_elf/crash/crash_helper.h | 
| +++ b/chrome_elf/crash/crash_helper.h | 
| @@ -27,6 +27,10 @@ void DisableSetUnhandledExceptionFilter(); | 
| // blacklist interception code, etc. | 
| // Note: the handler takes a minidump. | 
| int GenerateCrashDump(EXCEPTION_POINTERS* exception_pointers); | 
| -} | 
| + | 
| +// Generate a crash dump by calling into crashpad. | 
| +void DumpWithoutCrashing(); | 
| + | 
| +}  // namespace elf_crash | 
|  | 
| #endif  // CHROME_ELF_CRASH_CRASH_HELPER_H_ | 
|  |