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

Unified Diff: third_party/WebKit/public/platform/WebWorkerFetchContext.h

Issue 2807533003: [WIP2] off-main-thread loading
Patch Set: rebase Created 3 years, 7 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 | « third_party/WebKit/public/platform/WebApplicationCacheHost.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/platform/WebWorkerFetchContext.h
diff --git a/third_party/WebKit/public/platform/WebWorkerFetchContext.h b/third_party/WebKit/public/platform/WebWorkerFetchContext.h
index 504d131336b9fe691ec0d0b5601042c6163c091e..d25769e4e9f937109c920ac186e5dddb81134304 100644
--- a/third_party/WebKit/public/platform/WebWorkerFetchContext.h
+++ b/third_party/WebKit/public/platform/WebWorkerFetchContext.h
@@ -52,6 +52,9 @@ class WebWorkerFetchContext {
// Reports the certificate error to the browser process.
virtual void DidRunContentWithCertificateErrors(const WebURL& url) {}
virtual void DidDisplayContentWithCertificateErrors(const WebURL& url) {}
+
+ virtual void SetAppCacheHostID(int id) {}
+ virtual int64_t ServiceWorkerID() const { return 0; };
};
} // namespace blink
« no previous file with comments | « third_party/WebKit/public/platform/WebApplicationCacheHost.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698