| Index: chrome/app/chrome_exe_main_win.cc
|
| diff --git a/chrome/app/chrome_exe_main_win.cc b/chrome/app/chrome_exe_main_win.cc
|
| index 75454db2418a66fb6edd03242756553eb952c9e5..230e8b7436ab1c5fb1d0dd92e1b309e713ef5ee7 100644
|
| --- a/chrome/app/chrome_exe_main_win.cc
|
| +++ b/chrome/app/chrome_exe_main_win.cc
|
| @@ -204,6 +204,8 @@ int APIENTRY wWinMain(HINSTANCE instance, HINSTANCE prev, wchar_t*, int) {
|
| int main() {
|
| HINSTANCE instance = GetModuleHandle(nullptr);
|
| #endif
|
| + SignalInitializeCrashReporting();
|
| +
|
| // Initialize the CommandLine singleton from the environment.
|
| base::CommandLine::Init(0, nullptr);
|
| const base::CommandLine* command_line =
|
|
|