| Index: chrome/app/chrome_main_delegate.cc
|
| diff --git a/chrome/app/chrome_main_delegate.cc b/chrome/app/chrome_main_delegate.cc
|
| index 8b6933ab3d9d76b2307842bd73df11b185babd8d..316523b09643183367f1d7b805db433091b85afa 100644
|
| --- a/chrome/app/chrome_main_delegate.cc
|
| +++ b/chrome/app/chrome_main_delegate.cc
|
| @@ -893,6 +893,7 @@ void ChromeMainDelegate::PreSandboxStartup() {
|
| base::android::InitJavaExceptionReporter();
|
| } else {
|
| breakpad::InitNonBrowserCrashReporterForAndroid(process_type);
|
| + base::android::InitJavaExceptionReporterForChildProcess();
|
| }
|
| #else // !defined(OS_ANDROID)
|
| breakpad::InitCrashReporter(process_type);
|
|
|