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

Unified Diff: content/public/browser/ssl_status.cc

Issue 2349713004: Replace key_exchange_info with key_exchange_group. (Closed)
Patch Set: rebase Created 4 years, 3 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 | « content/browser/loader/resource_loader.cc ('k') | net/http/http_response_info.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/ssl_status.cc
diff --git a/content/public/browser/ssl_status.cc b/content/public/browser/ssl_status.cc
index b31bf382f10a1a34676f463d7217dae0cd6c5714..6eaf776990bfb7bc6e35fba3fa3c101d3cb49103 100644
--- a/content/public/browser/ssl_status.cc
+++ b/content/public/browser/ssl_status.cc
@@ -25,7 +25,7 @@ SSLStatus::SSLStatus(SecurityStyle security_style,
certificate(certificate),
cert_status(ssl_info.cert_status),
security_bits(ssl_info.security_bits),
- key_exchange_group(ssl_info.GetKeyExchangeGroup()),
+ key_exchange_group(ssl_info.key_exchange_group),
connection_status(ssl_info.connection_status),
content_status(NORMAL_CONTENT),
pkp_bypassed(ssl_info.pkp_bypassed) {
« no previous file with comments | « content/browser/loader/resource_loader.cc ('k') | net/http/http_response_info.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698