| Index: webkit/appcache/appcache_url_request_job.cc
|
| diff --git a/webkit/appcache/appcache_url_request_job.cc b/webkit/appcache/appcache_url_request_job.cc
|
| index 9dc19ea36e34b432de9c220c7647807bbb31ae45..10245f7dac3ff8612a045f47f323a213caecbc16 100644
|
| --- a/webkit/appcache/appcache_url_request_job.cc
|
| +++ b/webkit/appcache/appcache_url_request_job.cc
|
| @@ -256,6 +256,10 @@ int AppCacheURLRequestJob::GetResponseCode() const {
|
| return http_info()->headers->response_code();
|
| }
|
|
|
| +bool AppCacheURLRequestJob::IsCachedContent() const {
|
| + return is_delivering_appcache_response();
|
| +}
|
| +
|
| bool AppCacheURLRequestJob::ReadRawData(net::IOBuffer* buf, int buf_size,
|
| int *bytes_read) {
|
| DCHECK(is_delivering_appcache_response());
|
|
|