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

Unified Diff: Source/web/WebSettingsImpl.h

Issue 1265953002: Appease jschuh@ by adding a setting to move 'plugin' to blockable mixed content. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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 0d51c1046dc7236f86353097c89564a07f78a90a..500a0d7aecf24b03cdd8420142947f83dbbd412b 100644
--- a/Source/web/WebSettingsImpl.h
+++ b/Source/web/WebSettingsImpl.h
@@ -153,6 +153,7 @@ public:
void setSpatialNavigationEnabled(bool) override;
void setStandardFontFamily(const WebString&, UScriptCode = USCRIPT_COMMON) override;
void setStrictMixedContentChecking(bool) override;
+ void setStrictMixedContentCheckingForPlugin(bool) override;
void setStrictPowerfulFeatureRestrictions(bool) override;
void setStrictlyBlockBlockableMixedContent(bool) override;
void setSupportDeprecatedTargetDensityDPI(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