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

Unified Diff: ios/web/public/ssl_status.cc

Issue 2327433002: Stop using CertStore which is not compatible with PlzNavigate. (Closed)
Patch Set: remove cert_store on ios 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 | « ios/web/public/ssl_status.h ('k') | ios/web/public/test/test_web_state.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/public/ssl_status.cc
diff --git a/ios/web/public/ssl_status.cc b/ios/web/public/ssl_status.cc
index 4957e7e20712a18110a399df988426ec759b491c..ba829a38bd12358d16b146bcce0a93b5d784b278 100644
--- a/ios/web/public/ssl_status.cc
+++ b/ios/web/public/ssl_status.cc
@@ -8,13 +8,14 @@ namespace web {
SSLStatus::SSLStatus()
: security_style(SECURITY_STYLE_UNKNOWN),
- cert_id(0),
cert_status(0),
security_bits(-1),
connection_status(0),
content_status(NORMAL_CONTENT) {
}
+SSLStatus::SSLStatus(const SSLStatus& other) = default;
+
SSLStatus::~SSLStatus() {}
} // namespace web
« no previous file with comments | « ios/web/public/ssl_status.h ('k') | ios/web/public/test/test_web_state.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698