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

Unified Diff: Source/web/ServiceWorkerGlobalScopeClientImpl.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: Source/web/ServiceWorkerGlobalScopeClientImpl.h
diff --git a/Source/web/ServiceWorkerGlobalScopeClientImpl.h b/Source/web/ServiceWorkerGlobalScopeClientImpl.h
index bf610f81789c4779a27782fa9102c008b70b3334..a1ca3985a5e007e250fc70294bee2a60369ef8a9 100644
--- a/Source/web/ServiceWorkerGlobalScopeClientImpl.h
+++ b/Source/web/ServiceWorkerGlobalScopeClientImpl.h
@@ -62,7 +62,6 @@ public:
void didHandleNotificationClickEvent(int eventID, WebServiceWorkerEventResult) override;
void didHandlePushEvent(int pushEventID, WebServiceWorkerEventResult) override;
void didHandleSyncEvent(int syncEventID, WebServiceWorkerEventResult) override;
- void didHandleCrossOriginConnectEvent(int connectEventID, bool acceptConnect) override;
void postMessageToClient(const WebString& clientUUID, const WebString& message, PassOwnPtr<WebMessagePortChannelArray>) override;
void postMessageToCrossOriginClient(const WebCrossOriginServiceWorkerClient&, const WebString& message, PassOwnPtr<WebMessagePortChannelArray>) override;
void skipWaiting(WebServiceWorkerSkipWaitingCallbacks*) override;

Powered by Google App Engine
This is Rietveld 408576698