Index: net/http/http_cache_transaction.h |
=================================================================== |
--- net/http/http_cache_transaction.h (revision 70619) |
+++ net/http/http_cache_transaction.h (working copy) |
@@ -110,6 +110,8 @@ |
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 |