diff options
Diffstat (limited to 'chrome/app/breakpad_mac.h')
-rw-r--r-- | chrome/app/breakpad_mac.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/app/breakpad_mac.h b/chrome/app/breakpad_mac.h index b52e89c..3d8ab32 100644 --- a/chrome/app/breakpad_mac.h +++ b/chrome/app/breakpad_mac.h @@ -10,6 +10,11 @@ // Initializes Breakpad. void InitCrashReporter(); +// Give Breakpad a chance to store information about the current process. +// Extra information requires a parsed command line, so call this after +// CommandLine::Init has been called. +void InitCrashProcessInfo(); + // Is Breakpad enabled? bool IsCrashReporterEnabled(); |