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

Unified Diff: Source/web/WebSettingsImpl.h

Issue 1248313002: Add a setting to strictly block "blockable" mixed content. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: yoav 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 | « Source/core/loader/MixedContentChecker.cpp ('k') | Source/web/WebSettingsImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebSettingsImpl.h
diff --git a/Source/web/WebSettingsImpl.h b/Source/web/WebSettingsImpl.h
index 920e4648eac7b849f712ef62f3cd1cb21d306472..0d51c1046dc7236f86353097c89564a07f78a90a 100644
--- a/Source/web/WebSettingsImpl.h
+++ b/Source/web/WebSettingsImpl.h
@@ -154,6 +154,7 @@ public:
void setStandardFontFamily(const WebString&, UScriptCode = USCRIPT_COMMON) override;
void setStrictMixedContentChecking(bool) override;
void setStrictPowerfulFeatureRestrictions(bool) override;
+ void setStrictlyBlockBlockableMixedContent(bool) override;
void setSupportDeprecatedTargetDensityDPI(bool) override;
void setSupportsMultipleWindows(bool) override;
void setSyncXHRInDocumentsEnabled(bool) override;
« no previous file with comments | « Source/core/loader/MixedContentChecker.cpp ('k') | Source/web/WebSettingsImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698