| Index: content/public/common/web_preferences.cc
|
| diff --git a/content/public/common/web_preferences.cc b/content/public/common/web_preferences.cc
|
| index 17bf9dc7961432f4ee3358681d51c55fae041830..a5574d3456f5b33e0a1b21fc1e31ead1c29e460d 100644
|
| --- a/content/public/common/web_preferences.cc
|
| +++ b/content/public/common/web_preferences.cc
|
| @@ -132,6 +132,7 @@ WebPreferences::WebPreferences()
|
| text_blobs_enabled(false),
|
| allow_displaying_insecure_content(true),
|
| allow_running_insecure_content(false),
|
| + strict_mixed_content_checking(false),
|
| password_echo_enabled(false),
|
| should_print_backgrounds(false),
|
| should_clear_document_background(true),
|
|
|