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..16728b174ca742efb78b3bf961d1f0a422c9ba17 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 is_focused; |
+ GURL url; |
+ RequestContextFrameType frame_type; |
+}; |
+ |
} // namespace content |
#endif // CONTENT_COMMON_SERVICE_WORKER_SERVICE_WORKER_TYPES_H_ |