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

Unified Diff: content/common/resource_messages.h

Issue 2296953004: Send certificates to devtools when it's open instead of using certId (Closed)
Patch Set: self review 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/BUILD.gn ('k') | content/common/security_style_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/resource_messages.h
diff --git a/content/common/resource_messages.h b/content/common/resource_messages.h
index a56f52f5da89c72206d7f37473b525e3bbf42fae..e0c496c13d5f212eb70082e5aed2464abb407bf0 100644
--- a/content/common/resource_messages.h
+++ b/content/common/resource_messages.h
@@ -182,6 +182,9 @@ IPC_STRUCT_TRAITS_BEGIN(content::ResourceResponseInfo)
IPC_STRUCT_TRAITS_MEMBER(proxy_server)
IPC_STRUCT_TRAITS_MEMBER(is_using_lofi)
IPC_STRUCT_TRAITS_MEMBER(effective_connection_type)
+ IPC_STRUCT_TRAITS_MEMBER(certificate)
+ IPC_STRUCT_TRAITS_MEMBER(cert_status)
+ IPC_STRUCT_TRAITS_MEMBER(ssl_connection_status)
IPC_STRUCT_TRAITS_MEMBER(signed_certificate_timestamps)
IPC_STRUCT_TRAITS_MEMBER(cors_exposed_header_names)
IPC_STRUCT_TRAITS_END()
« no previous file with comments | « content/common/BUILD.gn ('k') | content/common/security_style_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698