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

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

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/content_switches.cc ('k') | content/public/common/web_preferences.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/web_preferences.h
diff --git a/content/public/common/web_preferences.h b/content/public/common/web_preferences.h
index c8501330c6c2371b1505828fa2a50e44a1bd65e4..78559f24fc9a80cd47c1dfc01a40f32a95a173d3 100644
--- a/content/public/common/web_preferences.h
+++ b/content/public/common/web_preferences.h
@@ -130,6 +130,10 @@ struct CONTENT_EXPORT WebPreferences {
bool text_blobs_enabled;
bool allow_displaying_insecure_content;
bool allow_running_insecure_content;
+ // Strict mixed content checking disables both displaying and running insecure
+ // mixed content, and disables embedder notifications that such content was
+ // requested (thereby preventing user override).
+ bool strict_mixed_content_checking;
bool password_echo_enabled;
bool should_print_backgrounds;
bool should_clear_document_background;
« no previous file with comments | « content/public/common/content_switches.cc ('k') | content/public/common/web_preferences.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698