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

Unified Diff: content/common/service_worker/service_worker.mojom

Issue 2527883002: ServiceWorker: mojofy ipcs sent from SWNetworkProvider (Closed)
Patch Set: 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/child/service_worker/service_worker_network_provider.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/service_worker/service_worker.mojom
diff --git a/content/common/service_worker/service_worker.mojom b/content/common/service_worker/service_worker.mojom
index 04817ecd52834fa3a2ce8b8c3928d80c36c90e91..840a3efdc575d57a070b4347144b7eab987133c7 100644
--- a/content/common/service_worker/service_worker.mojom
+++ b/content/common/service_worker/service_worker.mojom
@@ -14,4 +14,9 @@ interface ServiceWorkerDispatcherHost {
int32 route_id,
ServiceWorkerProviderType provider_type,
bool is_parent_frame_secure);
+ OnProviderDestroyed(int32 provider_id);
+ // Make relationship between the network provider and the service worker
+ OnSetHostedVersionId(int32 provider_id,
+ int64 version_id,
+ int32 embedded_worker_id);
};
« no previous file with comments | « content/child/service_worker/service_worker_network_provider.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698