| 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 2ec47c28f7acd8b041b50be94cbc7a6934ff9c19..b01db3d424504a63f32d0b6ec57b846c9179899f 100644
|
| --- a/chrome/app/chrome_exe_main_win.cc
|
| +++ b/chrome/app/chrome_exe_main_win.cc
|
| @@ -206,6 +206,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 =
|
|
|