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

Unified Diff: net/quic/quic_stream_factory.h

Issue 255783002: QUIC - Minor clean up of QUIC Server Info memory cache. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed wtc's comments in Patch Set 2 Created 6 years, 8 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/quic/crypto/quic_crypto_client_config_test.cc ('k') | net/quic/quic_stream_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_stream_factory.h
diff --git a/net/quic/quic_stream_factory.h b/net/quic/quic_stream_factory.h
index f55cfbdd210b8b58d346d2a7f3c152e601836731..9b5fdf20360e8975b904442cfe8246ddb009ad15 100644
--- a/net/quic/quic_stream_factory.h
+++ b/net/quic/quic_stream_factory.h
@@ -133,7 +133,7 @@ class NET_EXPORT_PRIVATE QuicStreamFactory
base::Value* QuicStreamFactoryInfoToValue() const;
// Delete all cached state objects in |crypto_config_|.
- void ClearCachedStates();
+ void ClearCachedStatesInCryptoConfig();
// NetworkChangeNotifier::IPAddressObserver methods:
@@ -215,8 +215,9 @@ class NET_EXPORT_PRIVATE QuicStreamFactory
// Initializes the cached state associated with |server_id| in
// |crypto_config_| with the information in |server_info|.
- void InitializeCachedState(const QuicServerId& server_id,
- const scoped_ptr<QuicServerInfo>& server_info);
+ void InitializeCachedStateInCryptoConfig(
+ const QuicServerId& server_id,
+ const scoped_ptr<QuicServerInfo>& server_info);
bool require_confirmation_;
HostResolver* host_resolver_;
« no previous file with comments | « net/quic/crypto/quic_crypto_client_config_test.cc ('k') | net/quic/quic_stream_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698