Index: chrome/app/chrome_main.cc |
=================================================================== |
--- chrome/app/chrome_main.cc (revision 103301) |
+++ chrome/app/chrome_main.cc (working copy) |
@@ -387,8 +387,6 @@ |
DCHECK(ObjcEvilDoers::ZombieEnable(true, 1000)); |
SetUpBundleOverrides(); |
chrome::common::mac::EnableCFBundleBlocker(); |
- |
- SwitchToMachBootstrapSubsetPort(); |
#endif |
Profiling::ProcessStarted(); |
@@ -681,6 +679,11 @@ |
ResourceBundle::CleanupSharedInstance(); |
logging::CleanupChromeLogging(); |
+ |
+#if defined(OS_MACOSX) && defined(GOOGLE_CHROME_BUILD) |
+ // TODO(mark): See the TODO(mark) at InitCrashReporter. |
+ DestructCrashReporter(); |
+#endif // OS_MACOSX && GOOGLE_CHROME_BUILD |
} |
#if defined(OS_MACOSX) |