 Chromium Code Reviews
 Chromium Code Reviews Issue 2909623002:
  Change DumpProcessWithoutCrash to use load-time dynamic linking  (Closed)
    
  
    Issue 2909623002:
  Change DumpProcessWithoutCrash to use load-time dynamic linking  (Closed) 
  | 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..1d5121aeca9a2c2f5eb613fca311b43103ffdc67 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 DumpWithoutCrashing(); | 
| 
robertshield
2017/06/22 18:15:40
When included in chrome_main.cc, is this extern re
 
Will Harris
2017/06/26 12:26:20
no, because that's namespaced crash_reporter::Dump
 
robertshield
2017/06/27 14:47:17
Hrmm. Ok, I see, I didn't notice the crash_reporte
 
Will Harris
2017/06/27 16:13:27
Done.
 | 
| #endif // CHROME_ELF_CHROME_ELF_MAIN_H_ |