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

Unified Diff: content/child/background_sync/background_sync_provider_thread_proxy.h

Issue 1344843003: [BackgroundSync] Add browser side support for SyncRegistration.done (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ncn_max
Patch Set: Address comments from PS7 Created 5 years, 3 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/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 7aed6d73df615417b4d6846827f6d0dfe9d2d7ab..ae460ab46756fcc177574bafc13e3073a1781bbc 100644
--- a/content/child/background_sync/background_sync_provider_thread_proxy.h
+++ b/content/child/background_sync/background_sync_provider_thread_proxy.h
@@ -59,6 +59,9 @@ class BackgroundSyncProviderThreadProxy : public blink::WebSyncProvider,
blink::WebServiceWorkerRegistration* service_worker_registration,
blink::WebSyncGetPermissionStatusCallbacks* callbacks) override;
void releaseRegistration(int64_t handle_id) override;
+ void notifyWhenDone(
+ int64_t handle_id,
+ blink::WebSyncNotifyWhenDoneCallbacks* callbacks) override;
// Given |handle_id|, ask the provider for a new handle with the same
// underlying registration.

Powered by Google App Engine
This is Rietveld 408576698