Chromium Code Reviews| Index: content/common/service_worker/service_worker_provider_host_info.h |
| diff --git a/content/common/service_worker/service_worker_provider_host_info.h b/content/common/service_worker/service_worker_provider_host_info.h |
| index 106fb620ab3339552b1ea0a010d951d8a26106f6..ad6aaca8b424861ccb67033dc08dfd3284ae1adc 100644 |
| --- a/content/common/service_worker/service_worker_provider_host_info.h |
| +++ b/content/common/service_worker/service_worker_provider_host_info.h |
| @@ -5,6 +5,7 @@ |
| #ifndef CONTENT_COMMON_SERVICE_WORKER_SERVICE_WORKER_PROVIDER_HOST_INFO_H_ |
| #define CONTENT_COMMON_SERVICE_WORKER_SERVICE_WORKER_PROVIDER_HOST_INFO_H_ |
| +#include "content/common/service_worker/service_worker_provider_interfaces.mojom.h" |
| #include "content/common/service_worker/service_worker_types.h" |
| namespace content { |
| @@ -44,6 +45,9 @@ struct CONTENT_EXPORT ServiceWorkerProviderHostInfo { |
| // is_parent_frame_secure| is true. |
| bool is_parent_frame_secure; |
| + mojom::ServiceWorkerProviderHostAssociatedRequest host_request; |
| + mojom::ServiceWorkerProviderAssociatedPtrInfo client_ptr_info; |
|
falken
2017/03/28 06:29:43
Can you add documentation? I know this is WIP but
shimazu
2017/05/08 08:34:29
Done.
|
| + |
| private: |
| DISALLOW_COPY_AND_ASSIGN(ServiceWorkerProviderHostInfo); |
| }; |