| Index: net/http/http_cache_transaction.h
|
| diff --git a/net/http/http_cache_transaction.h b/net/http/http_cache_transaction.h
|
| index 6b46750cc597fcbccf864ddbd6f2c43fa4a62d75..316c15b82d4ce847fcb178a40f72f577f1a5851b 100644
|
| --- a/net/http/http_cache_transaction.h
|
| +++ b/net/http/http_cache_transaction.h
|
| @@ -110,6 +110,8 @@ class HttpCache::Transaction : public HttpTransaction {
|
|
|
| CompletionCallback* io_callback() { return &io_callback_; }
|
|
|
| + const BoundNetLog& net_log() const;
|
| +
|
| private:
|
| static const size_t kNumValidationHeaders = 2;
|
| // Helper struct to pair a header name with its value, for
|
|
|