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) |