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

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

Issue 2653493009: Add two interfaces for ServiceWorkerProviderContext/ProviderHost (Closed)
Patch Set: Rebase Created 3 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/service_worker/service_worker.mojom
diff --git a/content/common/service_worker/service_worker.mojom b/content/common/service_worker/service_worker.mojom
index cadade0e8bc56d62b1f5ab18a0140839200d2d83..cd77bc85ad9431c660b9854adb4c1917e7b6ac78 100644
--- a/content/common/service_worker/service_worker.mojom
+++ b/content/common/service_worker/service_worker.mojom
@@ -11,7 +11,6 @@ import "content/common/service_worker/service_worker_provider.mojom";
// ServiceWorkerDispatcherHost.
interface ServiceWorkerDispatcherHost {
OnProviderCreated(ServiceWorkerProviderHostInfo provider_info);
falken 2017/03/28 06:29:43 Should we document what balances out OnProviderCre
shimazu 2017/05/08 08:34:29 Done.
- OnProviderDestroyed(int32 provider_id);
// Informs the browser that a service worker is starting up. |provider_id|
// identifies the ServiceWorkerProviderHost hosting the service

Powered by Google App Engine
This is Rietveld 408576698