| 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 fb671f6f9848e8de133912555fd5cd2d8f29d802..a7cfbd326284194f7126593a6eb12d8f6af06d78 100644
|
| --- a/content/common/service_worker/service_worker_types.h
|
| +++ b/content/common/service_worker/service_worker_types.h
|
| @@ -15,6 +15,7 @@
|
| #include "content/public/common/request_context_frame_type.h"
|
| #include "content/public/common/request_context_type.h"
|
| #include "third_party/WebKit/public/platform/WebPageVisibilityState.h"
|
| +#include "third_party/WebKit/public/platform/WebServiceWorkerClientType.h"
|
| #include "third_party/WebKit/public/platform/WebServiceWorkerResponseType.h"
|
| #include "third_party/WebKit/public/platform/WebServiceWorkerState.h"
|
| #include "url/gurl.h"
|
| @@ -218,6 +219,12 @@ class ChangedVersionAttributesMask {
|
| int changed_;
|
| };
|
|
|
| +struct ServiceWorkerClientQueryOptions {
|
| + ServiceWorkerClientQueryOptions();
|
| + blink::WebServiceWorkerClientType client_type;
|
| + bool include_uncontrolled;
|
| +};
|
| +
|
| } // namespace content
|
|
|
| #endif // CONTENT_COMMON_SERVICE_WORKER_SERVICE_WORKER_TYPES_H_
|
|
|