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

Unified Diff: third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerNetworkProvider.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: 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 93500aa7414c48c099b73a27c89b4170181120a0..d6a6fd40b3a3603f559b7e674662ebeda0148f10 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 GetID() {
+ 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