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

Unified Diff: public/web/WebSettings.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/web/WebSettingsImpl.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebSettings.h
diff --git a/public/web/WebSettings.h b/public/web/WebSettings.h
index e4157304e6c1e6478cdcd68567d2108a9aabc14a..a04a9a1545b260de3411804a29c791835f8c6369 100644
--- a/public/web/WebSettings.h
+++ b/public/web/WebSettings.h
@@ -236,6 +236,7 @@ public:
virtual void setSpatialNavigationEnabled(bool) = 0;
virtual void setStandardFontFamily(const WebString&, UScriptCode = USCRIPT_COMMON) = 0;
virtual void setStrictMixedContentChecking(bool) = 0;
+ virtual void setStrictMixedContentCheckingForPlugin(bool) = 0;
virtual void setStrictPowerfulFeatureRestrictions(bool) = 0;
virtual void setStrictlyBlockBlockableMixedContent(bool) = 0;
virtual void setSupportDeprecatedTargetDensityDPI(bool) = 0;
« no previous file with comments | « Source/web/WebSettingsImpl.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698