Chromium Code Reviews| 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 |