| Index: content/public/common/web_preferences.h
|
| diff --git a/content/public/common/web_preferences.h b/content/public/common/web_preferences.h
|
| index c8501330c6c2371b1505828fa2a50e44a1bd65e4..78559f24fc9a80cd47c1dfc01a40f32a95a173d3 100644
|
| --- a/content/public/common/web_preferences.h
|
| +++ b/content/public/common/web_preferences.h
|
| @@ -130,6 +130,10 @@ struct CONTENT_EXPORT WebPreferences {
|
| bool text_blobs_enabled;
|
| bool allow_displaying_insecure_content;
|
| bool allow_running_insecure_content;
|
| + // Strict mixed content checking disables both displaying and running insecure
|
| + // mixed content, and disables embedder notifications that such content was
|
| + // requested (thereby preventing user override).
|
| + bool strict_mixed_content_checking;
|
| bool password_echo_enabled;
|
| bool should_print_backgrounds;
|
| bool should_clear_document_background;
|
|
|