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

Unified Diff: third_party/WebKit/public/web/WebFrameClient.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/public/web/WebFrameClient.h
diff --git a/third_party/WebKit/public/web/WebFrameClient.h b/third_party/WebKit/public/web/WebFrameClient.h
index 5bf558bdb55eb59a54a0fdb1fa37d2ecc475dc43..539f8ef1c58cf90dcc7ff42c5fc357734ff4eae0 100644
--- a/third_party/WebKit/public/web/WebFrameClient.h
+++ b/third_party/WebKit/public/web/WebFrameClient.h
@@ -679,16 +679,6 @@ class BLINK_EXPORT WebFrameClient {
const WebAXObject& endObject,
int endOffset) {}
- // ServiceWorker -------------------------------------------------------
-
- // Whether the document associated with WebDataSource is controlled by the
- // ServiceWorker.
- virtual bool isControlledByServiceWorker(WebDataSource&) { return false; }
-
- // Returns an identifier of the service worker controlling the document
- // associated with the WebDataSource.
- virtual int64_t serviceWorkerID(WebDataSource&) { return -1; }
-
// Fullscreen ----------------------------------------------------------
// Called to enter/exit fullscreen mode.
« no previous file with comments | « third_party/WebKit/public/web/WebDataSource.h ('k') | third_party/WebKit/public/web/WebSharedWorkerClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698