Index: content/browser/geofencing/geofencing_manager.cc |
diff --git a/content/browser/geofencing/geofencing_manager.cc b/content/browser/geofencing/geofencing_manager.cc |
index 242b588b80d3a033373942a5edbf2ec86e12f60e..e420d5fafd663373f0ec1b52afa88f6f343bb73e 100644 |
--- a/content/browser/geofencing/geofencing_manager.cc |
+++ b/content/browser/geofencing/geofencing_manager.cc |
@@ -395,6 +395,7 @@ void GeofencingManager::DeliverGeofencingEvent( |
// until the callback dies. Otherwise the registration could be released when |
// this method returns - before the event is delivered to the service worker. |
active_version->RunAfterStartWorker( |
+ ServiceWorkerMetrics::EventType::GEOFENCING, |
base::Bind(&GeofencingManager::DeliverEventToRunningWorker, this, |
service_worker_registration, event_type, |
registration->region_id, registration->region, |