Chromium Code Reviews| Index: chrome/app/chrome_main.cc |
| =================================================================== |
| --- chrome/app/chrome_main.cc (revision 103729) |
| +++ chrome/app/chrome_main.cc (working copy) |
| @@ -673,11 +673,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) |