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

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

Issue 2691683003: Remove OnCertDBChanged |cert| parameter. (Closed)
Patch Set: . 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
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_; }

Powered by Google App Engine
This is Rietveld 408576698