| Index: content/public/common/web_preferences.h
|
| diff --git a/content/public/common/web_preferences.h b/content/public/common/web_preferences.h
|
| index 8cc35b746519f1a0dffbe49c48d9159234f49e93..9dc254daf65aa72d0f0c54b1b98c9f5e52d8eed5 100644
|
| --- a/content/public/common/web_preferences.h
|
| +++ b/content/public/common/web_preferences.h
|
| @@ -141,6 +141,7 @@ struct CONTENT_EXPORT WebPreferences {
|
| bool strict_powerful_feature_restrictions;
|
| // Disallow user opt-in for blockable mixed content.
|
| bool strictly_block_blockable_mixed_content;
|
| + bool block_mixed_plugin_content;
|
| bool password_echo_enabled;
|
| bool should_print_backgrounds;
|
| bool should_clear_document_background;
|
|
|