diff options
Diffstat (limited to 'webkit/appcache/appcache_entry.h')
-rw-r--r-- | webkit/appcache/appcache_entry.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/webkit/appcache/appcache_entry.h b/webkit/appcache/appcache_entry.h index c57ab6b..ac67ac3 100644 --- a/webkit/appcache/appcache_entry.h +++ b/webkit/appcache/appcache_entry.h @@ -42,6 +42,7 @@ class AppCacheEntry { int64 response_id() const { return response_id_; } void set_response_id(int64 id) { response_id_ = id; } + bool has_response_id() const { return response_id_ != kNoResponseId; } private: int types_; |