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

Unified Diff: content/public/common/resource_response_info.h

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 | « content/common/resource_messages.h ('k') | content/public/common/ssl_status.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/resource_response_info.h
diff --git a/content/public/common/resource_response_info.h b/content/public/common/resource_response_info.h
index a94054dbc331fe12bd159bebc059c31421492b43..0b646a271020b4bb1f17551b2c411ea8a3511e1f 100644
--- a/content/public/common/resource_response_info.h
+++ b/content/public/common/resource_response_info.h
@@ -170,6 +170,11 @@ struct CONTENT_EXPORT ResourceResponseInfo {
// the renderer process set report_raw_headers to true.
int ssl_connection_status;
+ // The key exchange group used by the SSL connection or zero if unknown or not
+ // applicable. Only present if the renderer process set report_raw_headers to
+ // true.
+ uint16_t ssl_key_exchange_group;
+
// List of Signed Certificate Timestamps (SCTs) and their corresponding
// validation status. Only present if the renderer process set
// report_raw_headers to true.
« no previous file with comments | « content/common/resource_messages.h ('k') | content/public/common/ssl_status.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698