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

Unified Diff: content/public/app/content_main.h

Issue 401913002: Revert of Experimentally disable termination on heap corrruption in order to measure the contribution of this… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 | « content/app/content_main_runner.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/app/content_main.h
diff --git a/content/public/app/content_main.h b/content/public/app/content_main.h
index f3ead713e886d9c3bda7cdf19302770a679d4d23..201fca72112eb28b304f556c86fdc0fbd2978f2c 100644
--- a/content/public/app/content_main.h
+++ b/content/public/app/content_main.h
@@ -25,7 +25,6 @@
struct ContentMainParams {
explicit ContentMainParams(ContentMainDelegate* delegate)
: delegate(delegate),
- enable_termination_on_heap_corruption(true),
#if defined(OS_WIN)
instance(NULL),
sandbox_info(NULL),
@@ -37,8 +36,6 @@
}
ContentMainDelegate* delegate;
-
- bool enable_termination_on_heap_corruption;
#if defined(OS_WIN)
HINSTANCE instance;
« no previous file with comments | « content/app/content_main_runner.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698