| Index: net/http/http_cache_transaction.cc
|
| diff --git a/net/http/http_cache_transaction.cc b/net/http/http_cache_transaction.cc
|
| index 1bf72cb66acff73d8cf24cb5707c76051da2381e..f92a64a1a650b24abbb73d7b970e4e7e022be6a3 100644
|
| --- a/net/http/http_cache_transaction.cc
|
| +++ b/net/http/http_cache_transaction.cc
|
| @@ -465,6 +465,11 @@ bool HttpCache::Transaction::GetLoadTimingInfo(
|
| return false;
|
| }
|
|
|
| +void HttpCache::Transaction::SetPriority(RequestPriority priority) {
|
| + if (network_trans_)
|
| + network_trans_->SetPriority(priority);
|
| +}
|
| +
|
| //-----------------------------------------------------------------------------
|
|
|
| void HttpCache::Transaction::DoCallback(int rv) {
|
|
|