| Index: content/public/app/content_main.h
|
| diff --git a/content/public/app/content_main.h b/content/public/app/content_main.h
|
| index 201fca72112eb28b304f556c86fdc0fbd2978f2c..f3ead713e886d9c3bda7cdf19302770a679d4d23 100644
|
| --- a/content/public/app/content_main.h
|
| +++ b/content/public/app/content_main.h
|
| @@ -25,6 +25,7 @@ class ContentMainDelegate;
|
| struct ContentMainParams {
|
| explicit ContentMainParams(ContentMainDelegate* delegate)
|
| : delegate(delegate),
|
| + enable_termination_on_heap_corruption(true),
|
| #if defined(OS_WIN)
|
| instance(NULL),
|
| sandbox_info(NULL),
|
| @@ -37,6 +38,8 @@ struct ContentMainParams {
|
|
|
| ContentMainDelegate* delegate;
|
|
|
| + bool enable_termination_on_heap_corruption;
|
| +
|
| #if defined(OS_WIN)
|
| HINSTANCE instance;
|
|
|
|
|