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

Unified Diff: net/tools/quic/quic_in_memory_cache.h

Issue 18655004: Add a quic_in_memory_cache_test data file. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add virtual for SetUp(). Created 7 years, 5 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/tools/quic/quic_in_memory_cache.h
diff --git a/net/tools/quic/quic_in_memory_cache.h b/net/tools/quic/quic_in_memory_cache.h
index 600bb1951760c58cca738c7e5ef2da3d02f954a9..6322e2da49d76d03baef62c33cd34dc37e8c2e39 100644
--- a/net/tools/quic/quic_in_memory_cache.h
+++ b/net/tools/quic/quic_in_memory_cache.h
@@ -73,6 +73,7 @@ class QuicInMemoryCache {
friend struct DefaultSingletonTraits<QuicInMemoryCache>;
~QuicInMemoryCache();
+ void Initialize();
std::string GetKey(const BalsaHeaders& response_headers) const;
// Cached responses.
« no previous file with comments | « net/data/quic_in_memory_cache_data/quic-datatesturl.com/index.html ('k') | net/tools/quic/quic_in_memory_cache.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698