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

Unified Diff: content/app/content_main_runner.cc

Issue 962753002: Revert the TerminateOnHeapCorruption experiment. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 9 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/content_main_runner.cc
diff --git a/content/app/content_main_runner.cc b/content/app/content_main_runner.cc
index 8229e3c4ba2f39722b1718de6c85d0d1533ccf97..863f02be27411b4490f047a8b4d8d944d6216518 100644
--- a/content/app/content_main_runner.cc
+++ b/content/app/content_main_runner.cc
@@ -566,8 +566,7 @@ class ContentMainRunnerImpl : public ContentMainRunner {
base::CommandLine::Init(argc, argv);
- if (!delegate_ || delegate_->ShouldEnableTerminationOnHeapCorruption())
- base::EnableTerminationOnHeapCorruption();
+ base::EnableTerminationOnHeapCorruption();
#if !defined(OS_IOS)
SetProcessTitleFromCommandLine(argv);
« no previous file with comments | « chrome/common/terminate_on_heap_corruption_experiment_win.cc ('k') | content/public/app/content_main_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698