Index: net/http/http_cache_transaction.h |
diff --git a/net/http/http_cache_transaction.h b/net/http/http_cache_transaction.h |
index 52fca20f852f292a91b25d838a07e7774e3e3ccf..db5aeead22d8b42f8f763b1b0a348afd7e827bcd 100644 |
--- a/net/http/http_cache_transaction.h |
+++ b/net/http/http_cache_transaction.h |
@@ -124,8 +124,11 @@ class HttpCache::Transaction : public HttpTransaction { |
virtual UploadProgress GetUploadProgress(void) const OVERRIDE; |
virtual bool GetLoadTimingInfo( |
LoadTimingInfo* load_timing_info) const OVERRIDE; |
+ virtual void SetPriority(RequestPriority priority) OVERRIDE; |
private: |
+ friend class HttpCacheTransactionTest; |
+ |
static const size_t kNumValidationHeaders = 2; |
// Helper struct to pair a header name with its value, for |
// headers used to validate cache entries. |