| Index: third_party/WebKit/Source/platform/exported/WebURLResponse.cpp
|
| diff --git a/third_party/WebKit/Source/platform/exported/WebURLResponse.cpp b/third_party/WebKit/Source/platform/exported/WebURLResponse.cpp
|
| index 509143e2e5ac663c32f781d8de7656220d53edd4..40e5dd077236c18454bafd595f1ff46d63da9aa2 100644
|
| --- a/third_party/WebKit/Source/platform/exported/WebURLResponse.cpp
|
| +++ b/third_party/WebKit/Source/platform/exported/WebURLResponse.cpp
|
| @@ -304,17 +304,6 @@ void WebURLResponse::setAppCacheManifestURL(const WebURL& url)
|
| m_resourceResponse->setAppCacheManifestURL(url);
|
| }
|
|
|
| -WebCString WebURLResponse::securityInfo() const
|
| -{
|
| - // FIXME: getSecurityInfo is misnamed.
|
| - return m_resourceResponse->getSecurityInfo();
|
| -}
|
| -
|
| -void WebURLResponse::setSecurityInfo(const WebCString& securityInfo)
|
| -{
|
| - m_resourceResponse->setSecurityInfo(securityInfo);
|
| -}
|
| -
|
| void WebURLResponse::setHasMajorCertificateErrors(bool value)
|
| {
|
| m_resourceResponse->setHasMajorCertificateErrors(value);
|
|
|