| Index: content/public/common/web_preferences.cc
|
| diff --git a/content/public/common/web_preferences.cc b/content/public/common/web_preferences.cc
|
| index 39db29a5d1d564219805830cfbc2ecddb057bf12..cfb8ba530c716df0dff6899bd21293e3499778b2 100644
|
| --- a/content/public/common/web_preferences.cc
|
| +++ b/content/public/common/web_preferences.cc
|
| @@ -128,6 +128,7 @@ WebPreferences::WebPreferences()
|
| strict_mixed_content_checking(false),
|
| strict_powerful_feature_restrictions(false),
|
| strictly_block_blockable_mixed_content(false),
|
| + block_mixed_plugin_content(false),
|
| password_echo_enabled(false),
|
| should_print_backgrounds(false),
|
| should_clear_document_background(true),
|
|
|