| 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 4d1c31a891b054dfde4cd50f612b153d546cd4a4..f47c6efa29658830e167b593b58c38aa555b18b4 100644
|
| --- a/content/renderer/service_worker/service_worker_context_client.h
|
| +++ b/content/renderer/service_worker/service_worker_context_client.h
|
| @@ -23,7 +23,6 @@
|
| #include "content/public/common/service_worker_event_status.mojom.h"
|
| #include "ipc/ipc_listener.h"
|
| #include "services/shell/public/interfaces/interface_provider.mojom.h"
|
| -#include "third_party/WebKit/public/platform/WebGeofencingEventType.h"
|
| #include "third_party/WebKit/public/platform/WebMessagePortChannel.h"
|
| #include "third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerError.h"
|
| #include "third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextClient.h"
|
| @@ -38,7 +37,6 @@ class TaskRunner;
|
| }
|
|
|
| namespace blink {
|
| -struct WebCircularGeofencingRegion;
|
| class WebDataSource;
|
| struct WebServiceWorkerClientQueryOptions;
|
| class WebServiceWorkerContextProxy;
|
| @@ -208,10 +206,6 @@ class ServiceWorkerContextClient
|
| int request_id,
|
| int64_t persistent_notification_id,
|
| const PlatformNotificationData& notification_data);
|
| - void OnGeofencingEvent(int request_id,
|
| - blink::WebGeofencingEventType event_type,
|
| - const std::string& region_id,
|
| - const blink::WebCircularGeofencingRegion& region);
|
|
|
| void OnDidGetClient(int request_id, const ServiceWorkerClientInfo& client);
|
| void OnDidGetClients(
|
|
|