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

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

Issue 1251243005: Introduce a field trial to strictly block "blockable" mixed content. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Test. Created 5 years, 5 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/common_param_traits_macros.h ('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 e8d7d13fb9a63b13ee1f396ada43f1c076646dec..8cc35b746519f1a0dffbe49c48d9159234f49e93 100644
--- a/content/public/common/web_preferences.h
+++ b/content/public/common/web_preferences.h
@@ -139,6 +139,8 @@ struct CONTENT_EXPORT WebPreferences {
// features (like geolocation) that we haven't yet disabled for the web at
// large.
bool strict_powerful_feature_restrictions;
+ // Disallow user opt-in for blockable mixed content.
+ bool strictly_block_blockable_mixed_content;
bool password_echo_enabled;
bool should_print_backgrounds;
bool should_clear_document_background;
« no previous file with comments | « content/public/common/common_param_traits_macros.h ('k') | content/public/common/web_preferences.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698