| Index: net/http/http_cache_transaction.h
|
| diff --git a/net/http/http_cache_transaction.h b/net/http/http_cache_transaction.h
|
| index 31dec94dfa0892793dca665b73d5ede9f8da5c83..4f8ed88054abc762039b9f2946cd45423f13150e 100644
|
| --- a/net/http/http_cache_transaction.h
|
| +++ b/net/http/http_cache_transaction.h
|
| @@ -112,6 +112,7 @@ class HttpCache::Transaction : public HttpTransaction {
|
| virtual const HttpResponseInfo* GetResponseInfo() const;
|
| virtual LoadState GetLoadState() const;
|
| virtual uint64 GetUploadProgress(void) const;
|
| + virtual void UpdateRankForExternalCacheHit();
|
|
|
| private:
|
| static const size_t kNumValidationHeaders = 2;
|
|
|