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

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

Issue 2701753003: [WIP] off-main-thread loading
Patch Set: small fix 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 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)
« 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