| Index: chrome/app/chrome_dll_main.cc
|
| diff --git a/chrome/app/chrome_dll_main.cc b/chrome/app/chrome_dll_main.cc
|
| index 0703fc379c162e972e6fb99911ef647633790215..de4d82297564f2a40afa80c2402badced7cfad4f 100644
|
| --- a/chrome/app/chrome_dll_main.cc
|
| +++ b/chrome/app/chrome_dll_main.cc
|
| @@ -50,8 +50,6 @@
|
| #endif
|
| #if defined(OS_MACOSX)
|
| #include "chrome/app/breakpad_mac.h"
|
| -#elif defined(OS_LINUX)
|
| -#include "chrome/app/breakpad_linux.h"
|
| #endif
|
| #include "chrome/app/scoped_ole_initializer.h"
|
| #include "chrome/browser/renderer_host/render_process_host.h"
|
| @@ -420,11 +418,6 @@ int ChromeMain(int argc, const char** argv) {
|
| if (!user_data_dir.empty())
|
| CHECK(PathService::Override(chrome::DIR_USER_DATA, user_data_dir));
|
|
|
| -#if defined(OS_LINUX)
|
| - // Needs to be called after we have chrome::DIR_USER_DATA.
|
| - InitCrashReporter();
|
| -#endif
|
| -
|
| bool single_process =
|
| #if defined (GOOGLE_CHROME_BUILD)
|
| // This is an unsupported and not fully tested mode, so don't enable it for
|
|
|