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

Unified Diff: chrome/app/chrome_main.cc

Issue 8059041: Use bootstrap subset ports to overcome Mach port mapping leaks and -10810 errors (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 3 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 | « chrome/app/breakpad_mac_stubs.mm ('k') | chrome/app/chrome_main_mac.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « chrome/app/breakpad_mac_stubs.mm ('k') | chrome/app/chrome_main_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698