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

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

Issue 2733283004: Expose WebServiceWorkerNetworkProvider on DataSource (Closed)
Patch Set: consistency Created 3 years, 9 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 7454b51b69ff067792dbff84a9cd4bd0a03a5cf5..c6b6ef145e3019c178bdc800eef1c7fa9e5cbbd8 100644
--- a/third_party/WebKit/Source/web/WebSharedWorkerImpl.h
+++ b/third_party/WebKit/Source/web/WebSharedWorkerImpl.h
@@ -75,8 +75,6 @@ class WebSharedWorkerImpl final : public WebFrameClient,
WebApplicationCacheHostClient*) override;
void willSendRequest(WebLocalFrame*, WebURLRequest&) override;
void didFinishDocumentLoad(WebLocalFrame*) override;
- bool isControlledByServiceWorker(WebDataSource&) override;
- int64_t serviceWorkerID(WebDataSource&) override;
// WebDevToolsAgentClient overrides.
void sendProtocolMessage(int sessionId,
« no previous file with comments | « third_party/WebKit/Source/web/WebEmbeddedWorkerImplTest.cpp ('k') | third_party/WebKit/Source/web/WebSharedWorkerImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698