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

Unified Diff: content/common/background_sync_service.mojom

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/common/background_sync_service.mojom
diff --git a/content/common/background_sync_service.mojom b/content/common/background_sync_service.mojom
index 8ff823c8d3c32bc2907dcd4df7d36b5c87c6df2c..3d7731e67ea796290d1001e174a4c75ef153f3c5 100644
--- a/content/common/background_sync_service.mojom
+++ b/content/common/background_sync_service.mojom
@@ -33,13 +33,10 @@ interface BackgroundSyncService {
=> (BackgroundSyncError err, SyncRegistration options);
GetRegistrations(int64 service_worker_registration_id)
=> (BackgroundSyncError err, array<SyncRegistration> registrations);
- DuplicateRegistrationHandle(int64 handle_id)
- => (BackgroundSyncError err, SyncRegistration? registration);
- ReleaseRegistration(int64 handle_id);
};
interface BackgroundSyncServiceClient {
- Sync(int64 handle_id, BackgroundSyncEventLastChance last_chance)
+ Sync(string tag, BackgroundSyncEventLastChance last_chance)
=> (ServiceWorkerEventStatus status);
};
« no previous file with comments | « content/child/background_sync/background_sync_type_converters_unittest.cc ('k') | content/content_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698