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

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

Issue 1282013004: BackgroundSyncManager tracks client registrations (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Clean up Created 5 years, 4 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.h
diff --git a/content/child/background_sync/background_sync_provider.h b/content/child/background_sync/background_sync_provider.h
index f09a2e073f544d3af6089e45a9515e82a161c74d..32f71fa0fe119eba46d8bd1cfea7b214a089a2ab 100644
--- a/content/child/background_sync/background_sync_provider.h
+++ b/content/child/background_sync/background_sync_provider.h
@@ -51,6 +51,8 @@ class BackgroundSyncProvider : 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;
michaeln 2015/08/21 02:39:24 maybe use handle_id as the param name for clarity
jkarlin 2015/08/25 17:32:58 Done.
private:
// Callback handlers

Powered by Google App Engine
This is Rietveld 408576698