| 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 7bac0755ae7477b1191d4cb9873f31c592946176..cf40708bfedb158951dfb27fbd84fcd86a1b662f 100644
|
| --- a/chrome/app/chrome_exe_main_win.cc
|
| +++ b/chrome/app/chrome_exe_main_win.cc
|
| @@ -230,6 +230,7 @@ int main() {
|
| HINSTANCE instance = GetModuleHandle(nullptr);
|
| #endif
|
| install_static::InitializeFromPrimaryModule();
|
| + SignalInitializeCrashReporting();
|
|
|
| // Initialize the CommandLine singleton from the environment.
|
| base::CommandLine::Init(0, nullptr);
|
|
|