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

Unified Diff: chrome/app/chrome_dll_main.cc

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
Index: chrome/app/chrome_dll_main.cc
diff --git a/chrome/app/chrome_dll_main.cc b/chrome/app/chrome_dll_main.cc
index 63658ca4f5e16704e2ce3ea3bf5adaf799927a28..ba078ab9d1a4c27a5bbd4b791996aad81e135e5b 100644
--- a/chrome/app/chrome_dll_main.cc
+++ b/chrome/app/chrome_dll_main.cc
@@ -281,6 +281,12 @@ int ChromeMain(int argc, const char** argv) {
#else
CommandLine::Init(argc, argv);
#endif
+
+#if defined(OS_MACOSX)
+ // Needs to be called after CommandLine::Init().
+ InitCrashProcessInfo();
+#endif
+
const CommandLine& parsed_command_line = *CommandLine::ForCurrentProcess();
#if defined(OS_WIN)
« chrome/app/breakpad_mac.mm ('K') | « chrome/app/breakpad_mac.mm ('k') | chrome/chrome.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698