| Index: content/public/common/web_preferences.h
|
| diff --git a/content/public/common/web_preferences.h b/content/public/common/web_preferences.h
|
| index e8d7d13fb9a63b13ee1f396ada43f1c076646dec..8cc35b746519f1a0dffbe49c48d9159234f49e93 100644
|
| --- a/content/public/common/web_preferences.h
|
| +++ b/content/public/common/web_preferences.h
|
| @@ -139,6 +139,8 @@ struct CONTENT_EXPORT WebPreferences {
|
| // features (like geolocation) that we haven't yet disabled for the web at
|
| // large.
|
| bool strict_powerful_feature_restrictions;
|
| + // Disallow user opt-in for blockable mixed content.
|
| + bool strictly_block_blockable_mixed_content;
|
| bool password_echo_enabled;
|
| bool should_print_backgrounds;
|
| bool should_clear_document_background;
|
|
|