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

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

Issue 1763123002: [BackgroundSync] Remove BackgroundSyncRegistrationHandle (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments from PS7 Created 4 years, 9 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 cbcd9d71decdfcf9231b40785930bbdc6b9b9e0f..cdba5ce0cb6788d2b7afc8d63aaaf3bc73a4fa71 100644
--- a/content/child/background_sync/background_sync_provider.h
+++ b/content/child/background_sync/background_sync_provider.h
@@ -53,13 +53,6 @@ class BackgroundSyncProvider : public blink::WebSyncProvider,
void getRegistrations(
blink::WebServiceWorkerRegistration* service_worker_registration,
blink::WebSyncGetRegistrationsCallbacks* callbacks) override;
- // TODO(jkarlin): Rename to releaseRegistrationHandle.
- void releaseRegistration(int64_t handle_id) override;
-
- void DuplicateRegistrationHandle(
- int64_t handle_id,
- const BackgroundSyncService::DuplicateRegistrationHandleCallback&
- callback);
// WorkerThread::Observer implementation.
void WillStopCurrentWorkerThread() override;

Powered by Google App Engine
This is Rietveld 408576698