Index: content/common/service_worker/service_worker_messages.h |
diff --git a/content/common/service_worker/service_worker_messages.h b/content/common/service_worker/service_worker_messages.h |
index d52998dfdffe4aa016500b7ffc974c10a0745932..a177a0b4ef51c01c9a7ced35f9139c56639a4588 100644 |
--- a/content/common/service_worker/service_worker_messages.h |
+++ b/content/common/service_worker/service_worker_messages.h |
@@ -234,9 +234,6 @@ IPC_MESSAGE_ROUTED2(ServiceWorkerHostMsg_PushEventFinished, |
blink::WebServiceWorkerEventResult) |
IPC_MESSAGE_ROUTED1(ServiceWorkerHostMsg_GeofencingEventFinished, |
int /* request_id */) |
-IPC_MESSAGE_ROUTED2(ServiceWorkerHostMsg_CrossOriginConnectEventFinished, |
- int /* request_id */, |
- bool /* accept_connection */) |
// Responds to a Ping from the browser. |
// Routed to the target ServiceWorkerVersion. |
@@ -435,9 +432,6 @@ IPC_MESSAGE_CONTROL4(ServiceWorkerMsg_GeofencingEvent, |
blink::WebGeofencingEventType /* event_type */, |
std::string /* region_id */, |
blink::WebCircularGeofencingRegion /* region */) |
-IPC_MESSAGE_CONTROL2(ServiceWorkerMsg_CrossOriginConnectEvent, |
- int /* request_id */, |
- content::NavigatorConnectClient /* client */) |
IPC_MESSAGE_CONTROL3( |
ServiceWorkerMsg_MessageToWorker, |
base::string16 /* message */, |