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

Unified Diff: third_party/WebKit/Source/web/FrameLoaderClientImpl.h

Issue 2278303002: Remove the allow-displaying-mixed-content setting from Blink. (Closed)
Patch Set: Cleanup before adding reviewers. Created 4 years, 4 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
Index: third_party/WebKit/Source/web/FrameLoaderClientImpl.h
diff --git a/third_party/WebKit/Source/web/FrameLoaderClientImpl.h b/third_party/WebKit/Source/web/FrameLoaderClientImpl.h
index 86d726ff0d37c3242011108f27bc0f80cc1ac223..360e410ce4555ca1d866e40aa9b64da9225d310f 100644
--- a/third_party/WebKit/Source/web/FrameLoaderClientImpl.h
+++ b/third_party/WebKit/Source/web/FrameLoaderClientImpl.h
@@ -141,9 +141,9 @@ public:
bool allowScriptFromSource(bool enabledPerSettings, const KURL& scriptURL) override;
bool allowPlugins(bool enabledPerSettings) override;
bool allowImage(bool enabledPerSettings, const KURL& imageURL) override;
- bool allowDisplayingInsecureContent(bool enabledPerSettings, const KURL&) override;
bool allowRunningInsecureContent(bool enabledPerSettings, SecurityOrigin*, const KURL&) override;
bool allowAutoplay(bool defaultValue) override;
+ void passiveInsecureContentFound(const KURL&) override;
void didNotAllowScript() override;
void didNotAllowPlugins() override;
void didUseKeygen() override;

Powered by Google App Engine
This is Rietveld 408576698