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); |