 Chromium Code Reviews
 Chromium Code Reviews Issue 6125001:
  Fixed first pass at adding http/backend cache events to the NetLog. ...  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/src/
    
  
    Issue 6125001:
  Fixed first pass at adding http/backend cache events to the NetLog. ...  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/src/| 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 |