Chromium Code Reviews| 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..00d8aa4d0675371ed199377a61f57c3771f39c1f 100644 |
| --- a/net/http/http_cache_transaction.cc |
| +++ b/net/http/http_cache_transaction.cc |
| @@ -465,6 +465,12 @@ bool HttpCache::Transaction::GetLoadTimingInfo( |
| return false; |
| } |
| +void HttpCache::Transaction::SetPriority(RequestPriority priority) { |
| + net_log_.AddEvent(NetLog::TYPE_HTTP_CACHE_SET_PRIORITY, |
| + NetLog::IntegerCallback("priority", priority)); |
|
mmenke
2013/03/12 18:40:22
Same comment goes here as for the HttpNetworkTrans
akalin
2013/03/12 22:08:28
Done.
|
| + // Do nothing for now. |
|
mmenke
2013/03/12 18:40:22
The cache transaction wraps the network transactio
akalin
2013/03/12 22:08:28
Oh! Done.
|
| +} |
| + |
| //----------------------------------------------------------------------------- |
| void HttpCache::Transaction::DoCallback(int rv) { |