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

Unified Diff: public/web/WebServiceWorkerContextClient.h

Issue 1205783004: Update navigator.services API to use the new services.onconnect event [3/3]. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@serviceport-serviceside
Patch Set: fix webexposed layout test Created 5 years, 5 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: public/web/WebServiceWorkerContextClient.h
diff --git a/public/web/WebServiceWorkerContextClient.h b/public/web/WebServiceWorkerContextClient.h
index cfd459eefa793c5530368802cf7aa71287619c77..4af94199d4a089fa3a305f80bdb8aec82bbd0751 100644
--- a/public/web/WebServiceWorkerContextClient.h
+++ b/public/web/WebServiceWorkerContextClient.h
@@ -130,11 +130,6 @@ public:
// context.
virtual void didHandleSyncEvent(int syncEventID, WebServiceWorkerEventResult result) { }
- // ServiceWorker specific method. Called after CrossOriginConnectEvent
- // (dispatched via WebServiceWorkerContextProxy) is handled by the
- // ServiceWorker's script context.
- virtual void didHandleCrossOriginConnectEvent(int connectEventID, bool acceptConnect) { }
-
// Ownership of the returned object is transferred to the caller.
// This is called on the main thread.
virtual WebServiceWorkerNetworkProvider* createServiceWorkerNetworkProvider(WebDataSource*) { return nullptr; }

Powered by Google App Engine
This is Rietveld 408576698