| Index: components/crash/content/app/breakpad_linux.cc
|
| diff --git a/components/crash/content/app/breakpad_linux.cc b/components/crash/content/app/breakpad_linux.cc
|
| index b621143ecbf2d3fd153272fbfe3b35b49efc4376..ad74beed0d0c7a6c0737a7a844673e28b50e3406 100644
|
| --- a/components/crash/content/app/breakpad_linux.cc
|
| +++ b/components/crash/content/app/breakpad_linux.cc
|
| @@ -1956,6 +1956,8 @@ void InitNonBrowserCrashReporterForAndroid(const std::string& process_type) {
|
| } else {
|
| InitCrashKeys();
|
| EnableNonBrowserCrashDumping(process_type, minidump_fd);
|
| + // Note: not installing DumpWithoutCrash handler here because browser
|
| + // is not set up to receive multiple reports from child process.
|
| }
|
| }
|
| }
|
|
|