| 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 fa74d9877ecd409c58aec185d01ad1c47c66bbab..c30545379b81783bc954d3472421b7c7dbfe76bb 100644
 | 
| --- a/chrome/app/chrome_exe_main_win.cc
 | 
| +++ b/chrome/app/chrome_exe_main_win.cc
 | 
| @@ -206,7 +206,6 @@ int main() {
 | 
|  #endif
 | 
|    install_static::InstallDetails::InitializeFromPrimaryModule(
 | 
|        chrome::kChromeElfDllName);
 | 
| -  SignalInitializeCrashReporting();
 | 
|  
 | 
|    // Initialize the CommandLine singleton from the environment.
 | 
|    base::CommandLine::Init(0, nullptr);
 | 
| 
 |