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

Unified Diff: net/http/http_cache.h

Issue 2886483002: Adds a new class HttpCache::Writers for multiple cache transactions reading from the network. (Closed)
Patch Set: jkarlin@ feedback addressed. Created 3 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/http/http_cache.h
diff --git a/net/http/http_cache.h b/net/http/http_cache.h
index c2221cc4e9fbc92d4205cf496dfbcc21501e2034..00fce4b3ecf1697933eb72fdcb93db5668a722c1 100644
--- a/net/http/http_cache.h
+++ b/net/http/http_cache.h
@@ -246,6 +246,8 @@ class NET_EXPORT HttpCache : public HttpTransactionFactory {
class QuicServerInfoFactoryAdaptor;
class Transaction;
class WorkItem;
+ class Writers;
+ friend class WritersTest; // To access ActiveEntry in the test class.
friend class Transaction;
friend class ViewCacheHelper;
struct PendingOp; // Info for an entry under construction.

Powered by Google App Engine
This is Rietveld 408576698