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

Unified Diff: third_party/WebKit/Source/web/WebSharedWorkerImpl.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/Source/web/WebSharedWorkerImpl.h
diff --git a/third_party/WebKit/Source/web/WebSharedWorkerImpl.h b/third_party/WebKit/Source/web/WebSharedWorkerImpl.h
index dbe067dffe6a645d5f03e4c25cd3b89370eb9c83..92b1b121ba3c7b19089543d0940da8f7ccc7d4eb 100644
--- a/third_party/WebKit/Source/web/WebSharedWorkerImpl.h
+++ b/third_party/WebKit/Source/web/WebSharedWorkerImpl.h
@@ -103,6 +103,7 @@ class WebSharedWorkerImpl final : public WebFrameClient,
int call_id,
const WebString& method,
const WebString& message) override;
+ WebServiceWorkerNetworkProvider* GetServiceWorkerNetworkProvider() override;
// Callback methods for WebSharedWorkerReportingProxyImpl.
void CountFeature(UseCounter::Feature);
« no previous file with comments | « third_party/WebKit/Source/web/WebRuntimeFeatures.cpp ('k') | third_party/WebKit/Source/web/WebSharedWorkerImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698