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; |