| Index: chrome/browser/chrome_browser_main_android.cc
|
| ===================================================================
|
| --- chrome/browser/chrome_browser_main_android.cc (revision 211696)
|
| +++ chrome/browser/chrome_browser_main_android.cc (working copy)
|
| @@ -28,7 +28,6 @@
|
|
|
| void ChromeBrowserMainPartsAndroid::PreProfileInit() {
|
| TRACE_EVENT0("startup", "ChromeBrowserMainPartsAndroid::PreProfileInit")
|
| -#if defined(USE_LINUX_BREAKPAD)
|
| #if defined(GOOGLE_CHROME_BUILD)
|
| // TODO(jcivelli): we should not initialize the crash-reporter when it was not
|
| // enabled. Right now if it is disabled we still generate the minidumps but we
|
| @@ -47,7 +46,6 @@
|
| InitCrashReporter();
|
| crash_dump_manager_.reset(new CrashDumpManager());
|
| }
|
| -#endif
|
|
|
| ChromeBrowserMainParts::PreProfileInit();
|
| }
|
|
|