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

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

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
Index: content/child/appcache/web_application_cache_host_impl.h
diff --git a/content/child/appcache/web_application_cache_host_impl.h b/content/child/appcache/web_application_cache_host_impl.h
index 8fe5b308bb86d8c1532ce5d879ebe81a68581f06..11e1b67480641979fe73a73c95a93d7f16d40f0d 100644
--- a/content/child/appcache/web_application_cache_host_impl.h
+++ b/content/child/appcache/web_application_cache_host_impl.h
@@ -55,6 +55,7 @@ class WebApplicationCacheHostImpl
bool swapCache() override;
void getResourceList(blink::WebVector<ResourceInfo>* resources) override;
void getAssociatedCacheInfo(CacheInfo* info) override;
+ int getHostID() const override;
private:
enum IsNewMasterEntry { MAYBE_NEW_ENTRY, NEW_ENTRY, OLD_ENTRY };

Powered by Google App Engine
This is Rietveld 408576698