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

Unified Diff: content/renderer/service_worker/service_worker_context_client.h

Issue 1210643002: Update navigator.services API to use the new services.onconnect event [2/3]. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@serviceport
Patch Set: properly run error callbacks when worker is stopped 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
« no previous file with comments | « content/content_child.gypi ('k') | content/renderer/service_worker/service_worker_context_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/service_worker/service_worker_context_client.h
diff --git a/content/renderer/service_worker/service_worker_context_client.h b/content/renderer/service_worker/service_worker_context_client.h
index 970480d2705f089a28cf29737b84dd9f0dde3d1a..f78758b87ff2d1334c445a39f0a9c2599f7ebb52 100644
--- a/content/renderer/service_worker/service_worker_context_client.h
+++ b/content/renderer/service_worker/service_worker_context_client.h
@@ -125,8 +125,6 @@ class ServiceWorkerContextClient
blink::WebServiceWorkerEventResult result);
virtual void didHandleSyncEvent(int request_id,
blink::WebServiceWorkerEventResult result);
- virtual void didHandleCrossOriginConnectEvent(int request_id,
- bool accept_connection);
// Called on the main thread.
virtual blink::WebServiceWorkerNetworkProvider*
@@ -173,8 +171,6 @@ class ServiceWorkerContextClient
blink::WebGeofencingEventType event_type,
const std::string& region_id,
const blink::WebCircularGeofencingRegion& region);
- void OnCrossOriginConnectEvent(int request_id,
- const NavigatorConnectClient& client);
void OnPostMessage(
const base::string16& message,
const std::vector<TransferredMessagePort>& sent_message_ports,
« no previous file with comments | « content/content_child.gypi ('k') | content/renderer/service_worker/service_worker_context_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698