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

Unified Diff: chrome/app/chrome_main_delegate.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
« no previous file with comments | « chrome/app/chrome_main_delegate.h ('k') | chrome/browser/chrome_browser_main_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/chrome_main_delegate.cc
diff --git a/chrome/app/chrome_main_delegate.cc b/chrome/app/chrome_main_delegate.cc
index c1fabd537775981a572384a6daf8f31d34e4a036..e17bf8128a60481133fadce18f5e95458de29590 100644
--- a/chrome/app/chrome_main_delegate.cc
+++ b/chrome/app/chrome_main_delegate.cc
@@ -47,7 +47,6 @@
#include <algorithm>
#include "chrome/app/close_handle_hook_win.h"
#include "chrome/common/child_process_logging.h"
-#include "chrome/common/terminate_on_heap_corruption_experiment_win.h"
#include "chrome/common/v8_breakpad_support_win.h"
#include "sandbox/win/src/sandbox.h"
#include "ui/base/resource/resource_bundle_win.h"
@@ -938,12 +937,6 @@ void ChromeMainDelegate::ZygoteForked() {
#endif // OS_MACOSX
-#if defined(OS_WIN)
-bool ChromeMainDelegate::ShouldEnableTerminationOnHeapCorruption() {
- return !ShouldExperimentallyDisableTerminateOnHeapCorruption();
-}
-#endif // OS_WIN
-
content::ContentBrowserClient*
ChromeMainDelegate::CreateContentBrowserClient() {
#if defined(CHROME_MULTIPLE_DLL_CHILD)
« no previous file with comments | « chrome/app/chrome_main_delegate.h ('k') | chrome/browser/chrome_browser_main_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698