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

Unified Diff: content/browser/loader/resource_loader.cc

Issue 2272603003: Route key_exchange_group over to DevTools. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase again 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 | « components/security_state/security_state_model.cc ('k') | content/child/web_url_loader_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/loader/resource_loader.cc
diff --git a/content/browser/loader/resource_loader.cc b/content/browser/loader/resource_loader.cc
index 0bbb3b77cfefaaef443864ade136bd4ef1b70f36..1ad243f5f1e142a85770b955ba6fdb3f7952e6f3 100644
--- a/content/browser/loader/resource_loader.cc
+++ b/content/browser/loader/resource_loader.cc
@@ -114,6 +114,8 @@ void PopulateResourceResponse(ResourceRequestInfoImpl* info,
response->head.cert_status = request->ssl_info().cert_status;
response->head.ssl_connection_status =
request->ssl_info().connection_status;
+ response->head.ssl_key_exchange_group =
+ request->ssl_info().GetKeyExchangeGroup();
response->head.signed_certificate_timestamps =
request->ssl_info().signed_certificate_timestamps;
std::string encoded;
« no previous file with comments | « components/security_state/security_state_model.cc ('k') | content/child/web_url_loader_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698