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

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: mark histogram suffix as obsolete 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 371115cede9c6d0d7a2c75c0adc6a405965941ba..e2c04ac03075b7a23ea61de6ca37aebde0b5653b 100644
--- a/content/renderer/service_worker/service_worker_context_client.h
+++ b/content/renderer/service_worker/service_worker_context_client.h
@@ -22,7 +22,6 @@
#include "content/common/service_worker/service_worker_types.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/platform/modules/serviceworker/service_worker_event_status.mojom.h"
@@ -38,7 +37,6 @@ class TaskRunner;
}
namespace blink {
-struct WebCircularGeofencingRegion;
class WebDataSource;
struct WebServiceWorkerClientQueryOptions;
class WebServiceWorkerContextProxy;
@@ -209,10 +207,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(
« no previous file with comments | « content/public/test/layouttest_support.h ('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