Chromium Code Reviews| 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; |