Index: base/debug/dump_without_crashing.h |
diff --git a/base/debug/dump_without_crashing.h b/base/debug/dump_without_crashing.h |
index c46f446eee18127739129222daf7e67a2100eab5..b8ed17414ac571cddaf435ea978b3fd3e1bb811f 100644 |
--- a/base/debug/dump_without_crashing.h |
+++ b/base/debug/dump_without_crashing.h |
@@ -14,6 +14,9 @@ namespace base { |
namespace debug { |
// Handler to silently dump the current process without crashing. |
+// Before calling this function, call SetDumpWithoutCrashingFunction to pass a |
+// function pointer, typically chrome!DumpProcessWithoutCrash. See example code |
+// in chrome_main.cc that does this for chrome.dll. |
BASE_EXPORT void DumpWithoutCrashing(); |
// Sets a function that'll be invoked to dump the current process when |