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

Unified Diff: net/http/http_cache.h

Issue 12701011: [Net] Propagate priority changes from URLRequest to HttpTransaction (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments Created 7 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
Index: net/http/http_cache.h
diff --git a/net/http/http_cache.h b/net/http/http_cache.h
index a5aba0a105c268b7638127147050c95bf194540d..c7d05d6a700b48aba709c9653e592a077e261fbf 100644
--- a/net/http/http_cache.h
+++ b/net/http/http_cache.h
@@ -206,6 +206,8 @@ class NET_EXPORT HttpCache : public HttpTransactionFactory,
friend class ViewCacheHelper;
private:
+ friend class HttpCacheTransactionTest;
+
// Types --------------------------------------------------------------------
class MetadataWriter;

Powered by Google App Engine
This is Rietveld 408576698