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

Unified Diff: third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerNetworkProvider.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/modules/serviceworker/WebServiceWorkerNetworkProvider.h
diff --git a/third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerNetworkProvider.h b/third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerNetworkProvider.h
index 39db99726f22917c7b7b2242345619f067d3d1b5..c29940209c5218537afd569fa4ba7122c915b8f0 100644
--- a/third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerNetworkProvider.h
+++ b/third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerNetworkProvider.h
@@ -58,6 +58,11 @@ class WebServiceWorkerNetworkProvider {
// Returns an identifier of the service worker controlling the document
// associated with the WebDataSource.
virtual int64_t serviceWorkerID() { return -1; }
+
+ virtual int providerID() {
+ NOTIMPLEMENTED();
+ return -1;
+ }
};
} // namespace blink
« no previous file with comments | « third_party/WebKit/public/platform/WebWorkerFetchContext.h ('k') | third_party/WebKit/public/web/WebFrameClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698