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

Unified Diff: third_party/WebKit/Source/web/WebSettingsImpl.cpp

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/WebSettingsImpl.cpp
diff --git a/third_party/WebKit/Source/web/WebSettingsImpl.cpp b/third_party/WebKit/Source/web/WebSettingsImpl.cpp
index 117563d27430ff1da38fec98e2c065dd82f6804e..c9113ee4b8a3f0ec0badb32ee981da0e6dd833fe 100644
--- a/third_party/WebKit/Source/web/WebSettingsImpl.cpp
+++ b/third_party/WebKit/Source/web/WebSettingsImpl.cpp
@@ -592,11 +592,6 @@ void WebSettingsImpl::setValidationMessageTimerMagnification(int newValue)
m_settings->setValidationMessageTimerMagnification(newValue);
}
-void WebSettingsImpl::setAllowDisplayOfInsecureContent(bool enabled)
-{
- m_settings->setAllowDisplayOfInsecureContent(enabled);
-}
-
void WebSettingsImpl::setAllowRunningOfInsecureContent(bool enabled)
{
m_settings->setAllowRunningOfInsecureContent(enabled);

Powered by Google App Engine
This is Rietveld 408576698