| Index: content/common/service_worker/service_worker_types.h
|
| diff --git a/content/common/service_worker/service_worker_types.h b/content/common/service_worker/service_worker_types.h
|
| index 3d560e6c6d914e9e8daf09087d440964f2cacb32..10d43e4e45a3ded56f0cbf6e50398e290081d4db 100644
|
| --- a/content/common/service_worker/service_worker_types.h
|
| +++ b/content/common/service_worker/service_worker_types.h
|
| @@ -193,6 +193,14 @@ class ChangedVersionAttributesMask {
|
| int changed_;
|
| };
|
|
|
| +struct ServiceWorkerClientInfo {
|
| + int client_id;
|
| + std::string visibility_state;
|
| + bool is_focused;
|
| + GURL url;
|
| + RequestContextFrameType frame_type;
|
| +};
|
| +
|
| } // namespace content
|
|
|
| #endif // CONTENT_COMMON_SERVICE_WORKER_SERVICE_WORKER_TYPES_H_
|
|
|