Index: content/child/background_sync/background_sync_provider_thread_proxy.h |
diff --git a/content/child/background_sync/background_sync_provider_thread_proxy.h b/content/child/background_sync/background_sync_provider_thread_proxy.h |
index 5a319520f3f582b56568aa9e3eb519b16ab011d6..979d606a53bbee3040547ae27373c3e7655651f8 100644 |
--- a/content/child/background_sync/background_sync_provider_thread_proxy.h |
+++ b/content/child/background_sync/background_sync_provider_thread_proxy.h |
@@ -55,6 +55,8 @@ class BackgroundSyncProviderThreadProxy : public blink::WebSyncProvider, |
blink::WebSyncRegistration::Periodicity periodicity, |
blink::WebServiceWorkerRegistration* service_worker_registration, |
blink::WebSyncGetPermissionStatusCallbacks* callbacks); |
+ void trackRegistration(blink::WebSyncRegistration* registration) override; |
+ void releaseRegistration(int64_t sync_id) override; |
// WorkerTaskRunner::Observer implementation. |
void OnWorkerRunLoopStopped() override; |