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 937611f284e30cfe5c0a1d41253874083d9dd525..3bbd5ee9961dd7d178280065ce63b7d5b3165b95 100644 |
--- a/third_party/WebKit/Source/web/WebSettingsImpl.cpp |
+++ b/third_party/WebKit/Source/web/WebSettingsImpl.cpp |
@@ -582,11 +582,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); |