Chromium Code Reviews| Index: content/app/startup_helper_win.cc |
| diff --git a/content/app/startup_helper_win.cc b/content/app/startup_helper_win.cc |
| index ab85a43e80689794cbbd6bf232d31c4dca6b6961..17146d1eb84db88fbaae796eb5259366cdc77fc0 100644 |
| --- a/content/app/startup_helper_win.cc |
| +++ b/content/app/startup_helper_win.cc |
| @@ -52,8 +52,6 @@ void InitializeSandboxInfo(sandbox::SandboxInterfaceInfo* info) { |
| void RegisterInvalidParamHandler() { |
| _set_invalid_parameter_handler(InvalidParameter); |
| _set_purecall_handler(PureCall); |
| - // Also enable the new handler for malloc() based failures. |
|
cpu_(ooo_6.6-7.5)
2015/01/10 05:37:28
this was mixing concerns, set_new_mode has no rele
|
| - _set_new_mode(1); |
| } |
| void SetupCRT(const base::CommandLine& command_line) { |