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

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

Issue 2691683003: Remove OnCertDBChanged |cert| parameter. (Closed)
Patch Set: comment wording Created 3 years, 10 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 047623a1bc5154e87b5bb6f3835cffa954b2e5ef..a552f41eae149c5f0d054d27289c75c8bec7c2ad 100644
--- a/net/quic/chromium/quic_stream_factory.h
+++ b/net/quic/chromium/quic_stream_factory.h
@@ -360,7 +360,7 @@ class NET_EXPORT_PRIVATE QuicStreamFactory
// CertDatabase::Observer methods:
// We close all sessions when certificate database is changed.
- void OnCertDBChanged(const X509Certificate* cert) override;
+ void OnCertDBChanged() 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