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

Unified Diff: third_party/WebKit/Source/web/WebSharedWorkerImpl.h

Issue 2804843005: Implement the infrastructure of creating WorkerFetchContext in worker global scope. (Closed)
Patch Set: incorporated kinuko's comment 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);

Powered by Google App Engine
This is Rietveld 408576698