| 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 46f5dbfe9b9aad0d8153a1b86b80b9853cd09cac..1db5f46051578a8947871ae9e8ecc6066c2a1df0 100644
|
| --- a/third_party/WebKit/Source/platform/exported/WebURLResponse.cpp
|
| +++ b/third_party/WebKit/Source/platform/exported/WebURLResponse.cpp
|
| @@ -305,6 +305,11 @@ void WebURLResponse::setSecurityInfo(const WebCString& securityInfo)
|
| m_private->m_resourceResponse->setSecurityInfo(securityInfo);
|
| }
|
|
|
| +void WebURLResponse::setHasCertificateErrors(bool value)
|
| +{
|
| + m_private->m_resourceResponse->setHasCertificateErrors(value);
|
| +}
|
| +
|
| WebURLResponse::SecurityStyle WebURLResponse::securityStyle() const
|
| {
|
| return static_cast<SecurityStyle>(m_private->m_resourceResponse->securityStyle());
|
|
|