Index: chrome/app/chrome_main.cc |
=================================================================== |
--- chrome/app/chrome_main.cc (revision 103028) |
+++ chrome/app/chrome_main.cc (working copy) |
@@ -387,6 +387,8 @@ |
DCHECK(ObjcEvilDoers::ZombieEnable(true, 1000)); |
SetUpBundleOverrides(); |
chrome::common::mac::EnableCFBundleBlocker(); |
+ |
+ SwitchToMachBootstrapSubsetPort(); |
#endif |
Profiling::ProcessStarted(); |
@@ -679,11 +681,6 @@ |
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) |