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

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

Issue 1972733002: Delete geofencing implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix test expectations Created 4 years, 7 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: 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(

Powered by Google App Engine
This is Rietveld 408576698