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