| 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..5a3a3f46e9dd24dce2611047d9e9d0b88a2a608a 100644
|
| --- a/net/http/http_cache_transaction.h
|
| +++ b/net/http/http_cache_transaction.h
|
| @@ -124,6 +124,7 @@ 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:
|
| static const size_t kNumValidationHeaders = 2;
|
|
|