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

Unified Diff: Source/web/WebSettingsImpl.h

Issue 821383008: Mixed Content: Create a strict-mode Setting. [1/3] (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix. 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 | « 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 b880e18590e0517a177126fc71cff40aa6d786a9..fa5ebd04442b403f6641deaa40467bd204935260 100644
--- a/Source/web/WebSettingsImpl.h
+++ b/Source/web/WebSettingsImpl.h
@@ -149,6 +149,7 @@ public:
virtual void setSmartInsertDeleteEnabled(bool) override;
virtual void setSpatialNavigationEnabled(bool) override;
virtual void setStandardFontFamily(const WebString&, UScriptCode = USCRIPT_COMMON) override;
+ virtual void setStrictMixedContentChecking(bool) override;
virtual void setSupportDeprecatedTargetDensityDPI(bool) override;
virtual void setSupportsMultipleWindows(bool) override;
virtual 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