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

Unified Diff: net/spdy/spdy_session_pool.h

Issue 2363653002: Cleanup unreachable cert adding code (Closed)
Patch Set: 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
Index: net/spdy/spdy_session_pool.h
diff --git a/net/spdy/spdy_session_pool.h b/net/spdy/spdy_session_pool.h
index eaefdcb49994b4ef9325864b1ae233729f8e4a23..079e279eec04c1b32aab2cb8833a3309179e53c6 100644
--- a/net/spdy/spdy_session_pool.h
+++ b/net/spdy/spdy_session_pool.h
@@ -145,8 +145,7 @@ class NET_EXPORT SpdySessionPool
// We perform the same flushing as described above when certificate database
// is changed.
- void OnCertAdded(const X509Certificate* cert) override;
- void OnCACertChanged(const X509Certificate* cert) override;
+ void OnCertDBChanged(const X509Certificate* cert) override;
private:
friend class SpdySessionPoolPeer; // For testing.

Powered by Google App Engine
This is Rietveld 408576698