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

Unified Diff: chrome/app/chrome_main.cc

Issue 8086003: Back out trunk r103089 because it caused bug 98550. (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 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)
« 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