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

Unified Diff: net/http/infinite_cache.h

Issue 10959026: Http cache: Make sure we separate the infinite cache simulation from the real 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_transaction.cc ('k') | net/http/infinite_cache.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/infinite_cache.h
===================================================================
--- net/http/infinite_cache.h (revision 156882)
+++ net/http/infinite_cache.h (working copy)
@@ -54,7 +54,7 @@
// Called when the resource is served from the cache, so OnDataRead will not
// be called for this request.
- void OnServedFromCache();
+ void OnServedFromCache(const HttpResponseInfo* response);
private:
friend class InfiniteCache;
« no previous file with comments | « net/http/http_cache_transaction.cc ('k') | net/http/infinite_cache.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698