| Index: content/child/appcache/web_application_cache_host_impl.cc
|
| diff --git a/content/child/appcache/web_application_cache_host_impl.cc b/content/child/appcache/web_application_cache_host_impl.cc
|
| index 97c81cd1b3db298abd102a00342bc3e396638f02..a39fc1e916f312751bdc9f7afaf51e6d9002c61e 100644
|
| --- a/content/child/appcache/web_application_cache_host_impl.cc
|
| +++ b/content/child/appcache/web_application_cache_host_impl.cc
|
| @@ -312,6 +312,10 @@ void WebApplicationCacheHostImpl::getAssociatedCacheInfo(
|
| info->totalSize = cache_info_.size;
|
| }
|
|
|
| +int WebApplicationCacheHostImpl::getHostID() const {
|
| + return host_id_;
|
| +}
|
| +
|
| void WebApplicationCacheHostImpl::getResourceList(
|
| WebVector<ResourceInfo>* resources) {
|
| if (!cache_info_.is_complete)
|
|
|