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

Unified Diff: net/quic/chromium/quic_stream_factory.h

Issue 2363653002: Cleanup unreachable cert adding code (Closed)
Patch Set: Rebased Created 4 years, 2 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 | « net/cert/nss_cert_database_chromeos_unittest.cc ('k') | net/quic/chromium/quic_stream_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/chromium/quic_stream_factory.h
diff --git a/net/quic/chromium/quic_stream_factory.h b/net/quic/chromium/quic_stream_factory.h
index 3c4427556461f6170834794a2935bfd620915927..5f552fb9bee3b07a1eaf5ea31a315331ffad2e89 100644
--- a/net/quic/chromium/quic_stream_factory.h
+++ b/net/quic/chromium/quic_stream_factory.h
@@ -351,8 +351,7 @@ class NET_EXPORT_PRIVATE QuicStreamFactory
// CertDatabase::Observer methods:
// We close all sessions when certificate database is changed.
- void OnCertAdded(const X509Certificate* cert) override;
- void OnCACertChanged(const X509Certificate* cert) override;
+ void OnCertDBChanged(const X509Certificate* cert) override;
bool require_confirmation() const { return require_confirmation_; }
« no previous file with comments | « net/cert/nss_cert_database_chromeos_unittest.cc ('k') | net/quic/chromium/quic_stream_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698