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

Unified Diff: chrome/app/breakpad_mac.h

Issue 88043: More OS X Breakpad integration (Closed)
Patch Set: Fix jrg's comments. Created 11 years, 8 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
« no previous file with comments | « DEPS ('k') | chrome/app/breakpad_mac.mm » ('j') | chrome/app/breakpad_mac.mm » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « DEPS ('k') | chrome/app/breakpad_mac.mm » ('j') | chrome/app/breakpad_mac.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698