Index: content/browser/background_sync/background_sync_manager.cc |
diff --git a/content/browser/background_sync/background_sync_manager.cc b/content/browser/background_sync/background_sync_manager.cc |
index 79f2c78460fdbc02b519de94b16159b2c892d1aa..9fe2d473506407e0583be230c727082297c7a816 100644 |
--- a/content/browser/background_sync/background_sync_manager.cc |
+++ b/content/browser/background_sync/background_sync_manager.cc |
@@ -710,6 +710,7 @@ void BackgroundSyncManager::DispatchSyncEvent( |
if (active_version->running_status() != ServiceWorkerVersion::RUNNING) { |
active_version->RunAfterStartWorker( |
+ ServiceWorkerMetrics::EventType::SYNC, |
base::Bind(&BackgroundSyncManager::DispatchSyncEvent, |
weak_ptr_factory_.GetWeakPtr(), tag, active_version, |
last_chance, callback), |