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

Unified Diff: net/quic/crypto/quic_crypto_server_config.h

Issue 1047483002: Always build a QuicSecureConfigUpdater at startup. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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 | « no previous file | net/quic/crypto/quic_crypto_server_config.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/crypto/quic_crypto_server_config.h
diff --git a/net/quic/crypto/quic_crypto_server_config.h b/net/quic/crypto/quic_crypto_server_config.h
index 13797d3a55f895fd0cbdcf6ae39e67835f7eea97..08ac61749c0498560bbf9c3ad72914b854a1a5b0 100644
--- a/net/quic/crypto/quic_crypto_server_config.h
+++ b/net/quic/crypto/quic_crypto_server_config.h
@@ -336,6 +336,9 @@ class NET_EXPORT_PRIVATE QuicCryptoServerConfig {
// Returns true if this config has a |proof_source_|.
bool HasProofSource() const;
+ // Returns the number of configs this object owns.
+ int NumberOfConfigs() const;
+
private:
friend class test::QuicCryptoServerConfigPeer;
« no previous file with comments | « no previous file | net/quic/crypto/quic_crypto_server_config.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698