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

Unified Diff: third_party/WebKit/public/platform/modules/background_sync/background_sync.mojom

Issue 2490623005: Remove InterfaceRegistry/Provider from service workers (Closed)
Patch Set: rebase/fix comment Created 4 years, 1 month 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
« no previous file with comments | « content/renderer/service_worker/service_worker_context_client.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/platform/modules/background_sync/background_sync.mojom
diff --git a/third_party/WebKit/public/platform/modules/background_sync/background_sync.mojom b/third_party/WebKit/public/platform/modules/background_sync/background_sync.mojom
index 2958a43bcef3f47dfaabfa5057dfe16bb2055555..32dc8c5ed8ad57290836bfded20ada27321a725b 100644
--- a/third_party/WebKit/public/platform/modules/background_sync/background_sync.mojom
+++ b/third_party/WebKit/public/platform/modules/background_sync/background_sync.mojom
@@ -5,7 +5,6 @@
module blink.mojom;
import "mojo/common/common_custom_types.mojom";
-import "third_party/WebKit/public/platform/modules/serviceworker/service_worker_event_status.mojom";
enum BackgroundSyncNetworkState {
ANY,
@@ -47,9 +46,3 @@ interface BackgroundSyncService {
GetRegistrations(int64 service_worker_registration_id)
=> (BackgroundSyncError err, array<SyncRegistration> registrations);
};
-
-interface BackgroundSyncServiceClient {
- Sync(string tag, BackgroundSyncEventLastChance last_chance)
- => (ServiceWorkerEventStatus status,
- mojo.common.mojom.Time dispatch_event_time);
-};
« no previous file with comments | « content/renderer/service_worker/service_worker_context_client.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698