Chromium Code Reviews| Index: content/common/service_worker/service_worker_types.mojom |
| diff --git a/content/common/service_worker/service_worker_types.mojom b/content/common/service_worker/service_worker_types.mojom |
| index 1094171758de4bcf5cb220a61d66f980b8c1bdd6..d3ac503841a7cb92659ccf20c8f4f218e266431f 100644 |
| --- a/content/common/service_worker/service_worker_types.mojom |
| +++ b/content/common/service_worker/service_worker_types.mojom |
| @@ -17,4 +17,10 @@ enum ServiceWorkerProviderType { |
| SERVICE_WORKER_PROVIDER_TYPE_LAST = |
| SERVICE_WORKER_PROVIDER_FOR_CONTROLLER |
| -}; |
| +}; |
| + |
| +[Native] |
| +struct ServiceWorkerRegistrationObjectInfo; |
| + |
| +[Native] |
| +struct ServiceWorkerVersionAttributes; |
|
dcheng
2017/06/20 21:09:47
Previous comment about documenting this struct rem
shimazu
2017/06/21 03:11:27
Done.
|