| Index: components/breakpad/app/breakpad_win.cc
|
| diff --git a/components/breakpad/app/breakpad_win.cc b/components/breakpad/app/breakpad_win.cc
|
| index 2f3750dfd6f3eb2bba5810022409b8d9f0d2e322..1f6a3c49a93b5f4fc3ab90331d8bba0c800c7832 100644
|
| --- a/components/breakpad/app/breakpad_win.cc
|
| +++ b/components/breakpad/app/breakpad_win.cc
|
| @@ -573,9 +573,7 @@
|
| google_breakpad::ExceptionHandler::HANDLER_NONE,
|
| dump_type, pipe_name.c_str(), custom_info);
|
|
|
| - // TODO(rtenneti): http://crbug.com/391165. Undo this change after getting
|
| - // data. Disabled DumpProcessWithoutCrash to see if UMA crash rate decreases.
|
| - // base::debug::SetDumpWithoutCrashingFunction(&DumpProcessWithoutCrash);
|
| + base::debug::SetDumpWithoutCrashingFunction(&DumpProcessWithoutCrash);
|
|
|
| if (g_breakpad->IsOutOfProcess()) {
|
| // Tells breakpad to handle breakpoint and single step exceptions.
|
|
|