Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(534)

Unified Diff: content/public/common/web_preferences.cc

Issue 842643002: Mixed Content: Create a strict-mode Setting. [2/3] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Dropping //chrome changes + pref. Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/public/common/web_preferences.h ('k') | content/renderer/render_view_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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),
« no previous file with comments | « content/public/common/web_preferences.h ('k') | content/renderer/render_view_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698