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

Unified Diff: chrome/browser/ui/page_info/page_info.cc

Issue 2923403002: Drop SSLv3 cache entries (Closed)
Patch Set: Created 3 years, 6 months 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
« no previous file with comments | « no previous file | net/http/http_response_info.cc » ('j') | net/http/http_response_info.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/page_info/page_info.cc
diff --git a/chrome/browser/ui/page_info/page_info.cc b/chrome/browser/ui/page_info/page_info.cc
index 0d815e748c0b151cb0668ee74c1d030c83e954c7..e14edf1123e91186ec1990d2c5995e0fd55283e4 100644
--- a/chrome/browser/ui/page_info/page_info.cc
+++ b/chrome/browser/ui/page_info/page_info.cc
@@ -676,12 +676,6 @@ void PageInfo::Init(const GURL& url,
IDS_PAGE_INFO_SECURITY_TAB_ENCRYPTION_DETAILS, ASCIIToUTF16(cipher),
ASCIIToUTF16(mac), ASCIIToUTF16(key_exchange));
}
-
- if (ssl_version == net::SSL_CONNECTION_VERSION_SSL3 &&
- site_connection_status_ <
- SITE_CONNECTION_STATUS_INSECURE_PASSIVE_SUBRESOURCE) {
- site_connection_status_ = SITE_CONNECTION_STATUS_ENCRYPTED_ERROR;
- }
}
// Check if a user decision has been made to allow or deny certificates with
« no previous file with comments | « no previous file | net/http/http_response_info.cc » ('j') | net/http/http_response_info.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698