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

Unified Diff: third_party/WebKit/public/web/WebSharedWorker.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/web/WebSharedWorker.h
diff --git a/third_party/WebKit/public/web/WebSharedWorker.h b/third_party/WebKit/public/web/WebSharedWorker.h
index 8f3179bda5b5a65f620ea8b4531910891b974cb5..5ded52738ac57a2a0783560c6ed8570846684fd4 100644
--- a/third_party/WebKit/public/web/WebSharedWorker.h
+++ b/third_party/WebKit/public/web/WebSharedWorker.h
@@ -39,6 +39,7 @@ namespace blink {
class WebString;
class WebMessagePortChannel;
+class WebServiceWorkerNetworkProvider;
class WebSharedWorkerClient;
class WebURL;
@@ -73,6 +74,8 @@ class WebSharedWorker {
int call_id,
const WebString& method,
const WebString& message) = 0;
+ virtual WebServiceWorkerNetworkProvider*
+ GetServiceWorkerNetworkProvider() = 0;
};
} // namespace blink
« no previous file with comments | « third_party/WebKit/public/web/WebRuntimeFeatures.h ('k') | third_party/WebKit/public/web/WebSharedWorkerClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698