Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(639)

Unified Diff: third_party/WebKit/Source/platform/exported/WebURLResponse.cpp

Issue 1497423002: Revert of Downgrade lock icon for broken-HTTPS subresources (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix conflict Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 6998d9ad06e53eb315e34f5540d9bf4b7de7a661..46f5dbfe9b9aad0d8153a1b86b80b9853cd09cac 100644
--- a/third_party/WebKit/Source/platform/exported/WebURLResponse.cpp
+++ b/third_party/WebKit/Source/platform/exported/WebURLResponse.cpp
@@ -305,11 +305,6 @@ 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());

Powered by Google App Engine
This is Rietveld 408576698