| Index: net/http/partial_data.h
|
| ===================================================================
|
| --- net/http/partial_data.h (revision 22968)
|
| +++ net/http/partial_data.h (working copy)
|
| @@ -62,7 +62,8 @@
|
|
|
| // Extracts info from headers already stored in the cache. Returns false if
|
| // there is any problem with the headers or the requested range.
|
| - bool UpdateFromStoredHeaders(const HttpResponseHeaders* headers);
|
| + bool UpdateFromStoredHeaders(const HttpResponseHeaders* headers,
|
| + disk_cache::Entry* entry);
|
|
|
| // Returns true if the response headers match what we expect, false otherwise.
|
| bool ResponseHeadersOK(const HttpResponseHeaders* headers);
|
|
|