Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5699)

Unified Diff: chrome_elf/chrome_elf_main.h

Issue 2909623002: Change DumpProcessWithoutCrash to use load-time dynamic linking (Closed)
Patch Set: change to direct call Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698