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

Unified Diff: third_party/WebKit/Source/core/frame/LocalFrameClient.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/core/frame/LocalFrameClient.h
diff --git a/third_party/WebKit/Source/core/frame/LocalFrameClient.h b/third_party/WebKit/Source/core/frame/LocalFrameClient.h
index 3cf25b469e634e036e70c2f1fd913feea9b0a73e..714313a063dc56e43561ee713b17abec0981f667 100644
--- a/third_party/WebKit/Source/core/frame/LocalFrameClient.h
+++ b/third_party/WebKit/Source/core/frame/LocalFrameClient.h
@@ -299,10 +299,6 @@ class CORE_EXPORT LocalFrameClient : public FrameClient {
virtual std::unique_ptr<WebServiceWorkerProvider>
createServiceWorkerProvider() = 0;
- virtual bool isControlledByServiceWorker(DocumentLoader&) = 0;
-
- virtual int64_t serviceWorkerID(DocumentLoader&) = 0;
-
virtual SharedWorkerRepositoryClient* sharedWorkerRepositoryClient() {
return 0;
}
« no previous file with comments | « content/renderer/shared_worker/embedded_shared_worker_stub.cc ('k') | third_party/WebKit/Source/core/loader/DocumentLoader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698