Chromium Code Reviews| Index: chrome_elf/chrome_elf_main.h |
| diff --git a/chrome_elf/chrome_elf_main.h b/chrome_elf/chrome_elf_main.h |
| index 432c377eb2af60d8164e6583bfa7a8249f1af577..962762f31aef980b8be7a43016335a21463be280 100644 |
| --- a/chrome_elf/chrome_elf_main.h |
| +++ b/chrome_elf/chrome_elf_main.h |
| @@ -7,5 +7,6 @@ |
| extern "C" void SignalInitializeCrashReporting(); |
| extern "C" void SignalChromeElf(); |
| +extern "C" void (*GetDumpWithoutCrashingFunction())(); |
| #endif // CHROME_ELF_CHROME_ELF_MAIN_H_ |