Index: webkit/appcache/appcache_url_request_job.h |
diff --git a/webkit/appcache/appcache_url_request_job.h b/webkit/appcache/appcache_url_request_job.h |
index 2b9729135a315da1d09bb848b402b3098ce0109d..f66ed543af23d19a6ba33ae6933cfc24c680e8db 100644 |
--- a/webkit/appcache/appcache_url_request_job.h |
+++ b/webkit/appcache/appcache_url_request_job.h |
@@ -125,9 +125,7 @@ class AppCacheURLRequestJob : public net::URLRequestJob, |
// FilterContext methods |
virtual bool GetMimeType(std::string* mime_type) const; |
virtual int GetResponseCode() const; |
- virtual bool IsCachedContent() const { |
- return is_delivering_appcache_response(); |
- } |
+ virtual bool IsCachedContent() const; |
AppCacheStorage* storage_; |
bool has_been_started_; |