| Index: chrome/app/breakpad_mac.h
|
| diff --git a/chrome/app/breakpad_mac.h b/chrome/app/breakpad_mac.h
|
| index b52e89c4311cb6308f5cf7fc7ae5b98416b2bf08..3d8ab32c7c1043cc313aea6bd750c7fc7128a53d 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();
|
|
|
|
|