Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(148)

Unified Diff: content/app/startup_helper_win.cc

Issue 836733006: Fix EnableTerminationOnOutOfMemory for malloc (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: skia piece Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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) {

Powered by Google App Engine
This is Rietveld 408576698