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

Unified Diff: third_party/WebKit/public/platform/WebApplicationCacheHost.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: third_party/WebKit/public/platform/WebApplicationCacheHost.h
diff --git a/third_party/WebKit/public/platform/WebApplicationCacheHost.h b/third_party/WebKit/public/platform/WebApplicationCacheHost.h
index dcf4090be98cabfaa34910d7a78f6ee7aa8fe1f8..275d0f574c5feaf371a3ce21b9604e29822f8d9e 100644
--- a/third_party/WebKit/public/platform/WebApplicationCacheHost.h
+++ b/third_party/WebKit/public/platform/WebApplicationCacheHost.h
@@ -127,6 +127,8 @@ class WebApplicationCacheHost {
virtual void getAssociatedCacheInfo(CacheInfo*) {}
virtual void getResourceList(WebVector<ResourceInfo>*) {}
virtual void deleteAssociatedCacheGroup() {}
+
+ virtual int getHostID() const { return 0; }
};
} // namespace blink
« no previous file with comments | « third_party/WebKit/public/platform/Platform.h ('k') | third_party/WebKit/public/platform/WebWorkerFetchContext.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698