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

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

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/public/common/resource_response_info.h ('k') | net/cert/x509_util.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.cc
diff --git a/content/public/common/resource_response_info.cc b/content/public/common/resource_response_info.cc
index 49ddcf6f9ed9b29c599695e04a017f14c339695d..cffb7dbbf3447066b37c49990a88544ee62028d8 100644
--- a/content/public/common/resource_response_info.cc
+++ b/content/public/common/resource_response_info.cc
@@ -26,7 +26,9 @@ ResourceResponseInfo::ResourceResponseInfo()
response_type_via_service_worker(
blink::WebServiceWorkerResponseTypeDefault),
is_using_lofi(false),
- effective_connection_type(net::EFFECTIVE_CONNECTION_TYPE_UNKNOWN) {}
+ effective_connection_type(net::EFFECTIVE_CONNECTION_TYPE_UNKNOWN),
+ cert_status(0),
+ ssl_connection_status(0) {}
ResourceResponseInfo::ResourceResponseInfo(const ResourceResponseInfo& other) =
default;
« no previous file with comments | « content/public/common/resource_response_info.h ('k') | net/cert/x509_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698