| 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 e7ea5f81939c69639cb3271b39d72643a1c711b3..a3a728a1b94eb557efa9848b456dd1fd33166e7e 100644
|
| --- a/content/common/service_worker/service_worker_types.h
|
| +++ b/content/common/service_worker/service_worker_types.h
|
| @@ -192,6 +192,14 @@ class ChangedVersionAttributesMask {
|
| int changed_;
|
| };
|
|
|
| +struct ServiceWorkerClientInfo {
|
| + int client_id;
|
| + std::string visibility_state;
|
| + bool focused;
|
| + GURL url;
|
| + RequestContextFrameType frame_type;
|
| +};
|
| +
|
| } // namespace content
|
|
|
| #endif // CONTENT_COMMON_SERVICE_WORKER_SERVICE_WORKER_TYPES_H_
|
|
|