| 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 95e5cf5ccd9af55a088612e735bbfa36d7ad7be4..0442d9315e04635f3f1311b4a3b2653239a9a06a 100644
|
| --- a/content/common/service_worker/service_worker_types.h
|
| +++ b/content/common/service_worker/service_worker_types.h
|
| @@ -283,6 +283,14 @@ struct ExtendableMessageEventSource {
|
| ServiceWorkerObjectInfo service_worker_info;
|
| };
|
|
|
| +struct CONTENT_EXPORT NavigationPreloadState {
|
| + NavigationPreloadState();
|
| + NavigationPreloadState(bool enabled, std::string header);
|
| + NavigationPreloadState(const NavigationPreloadState& other);
|
| + bool enabled;
|
| + std::string header;
|
| +};
|
| +
|
| } // namespace content
|
|
|
| #endif // CONTENT_COMMON_SERVICE_WORKER_SERVICE_WORKER_TYPES_H_
|
|
|