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

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

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
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 7c199e0349bca5f49bc049208ca6f6cf6826f6d7..21d9e431cec9168fdf6ad9d895bbd2a0366d8042 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