Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(629)

Unified Diff: net/http/http_cache_transaction.h

Issue 10907241: Revert 156846 - Http Cache: Add code for simulating an infinite HTTP cache. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/http/http_cache.cc ('k') | net/http/http_cache_transaction.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/http_cache_transaction.h
===================================================================
--- net/http/http_cache_transaction.h (revision 156848)
+++ net/http/http_cache_transaction.h (working copy)
@@ -57,9 +57,7 @@
UPDATE = READ_META | WRITE, // READ_WRITE & ~READ_DATA
};
- Transaction(HttpCache* cache,
- HttpTransactionDelegate* transaction_delegate,
- InfiniteCacheTransaction* infinite_cache_transaction);
+ Transaction(HttpCache* cache, HttpTransactionDelegate* transaction_delegate);
virtual ~Transaction();
Mode mode() const { return mode_; }
@@ -374,7 +372,6 @@
HttpCache::ActiveEntry* entry_;
HttpCache::ActiveEntry* new_entry_;
scoped_ptr<HttpTransaction> network_trans_;
- scoped_ptr<InfiniteCacheTransaction> infinite_cache_transaction_;
CompletionCallback callback_; // Consumer's callback.
HttpResponseInfo response_;
HttpResponseInfo auth_response_;
« no previous file with comments | « net/http/http_cache.cc ('k') | net/http/http_cache_transaction.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698