| 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 84f794881d7d5e65a6fae752fc25840d45578329..7790029f2e55924cf7458fee52ef34b13ae5d83d 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->total_size = cache_info_.size;
|
| }
|
|
|
| +int WebApplicationCacheHostImpl::GetHostID() const {
|
| + return host_id_;
|
| +}
|
| +
|
| void WebApplicationCacheHostImpl::GetResourceList(
|
| WebVector<ResourceInfo>* resources) {
|
| if (!cache_info_.is_complete)
|
|
|