Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(174)

Unified Diff: content/child/appcache/web_application_cache_host_impl.cc

Issue 2816403002: test all
Patch Set: fix sharedworker Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/child/appcache/web_application_cache_host_impl.h ('k') | content/child/resource_dispatcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « content/child/appcache/web_application_cache_host_impl.h ('k') | content/child/resource_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698