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..6998d9ad06e53eb315e34f5540d9bf4b7de7a661 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::setHasMajorCertificateErrors(bool value) |
+{ |
+ m_private->m_resourceResponse->setHasMajorCertificateErrors(value); |
+} |
+ |
WebURLResponse::SecurityStyle WebURLResponse::securityStyle() const |
{ |
return static_cast<SecurityStyle>(m_private->m_resourceResponse->securityStyle()); |