| Index: content/common/service_worker/service_worker_types.cc
|
| diff --git a/content/common/service_worker/service_worker_types.cc b/content/common/service_worker/service_worker_types.cc
|
| index a93d7c5920b6a89fc77a101c67a04ff719b5a398..c6fd5fc266cdf5791bf5ee897390870dece21425 100644
|
| --- a/content/common/service_worker/service_worker_types.cc
|
| +++ b/content/common/service_worker/service_worker_types.cc
|
| @@ -88,4 +88,9 @@ ServiceWorkerRegistrationObjectInfo::ServiceWorkerRegistrationObjectInfo()
|
| registration_id(kInvalidServiceWorkerRegistrationId) {
|
| }
|
|
|
| +ServiceWorkerClientQueryOptions::ServiceWorkerClientQueryOptions()
|
| + : client_type(blink::WebServiceWorkerClientTypeWindow),
|
| + include_uncontrolled(false) {
|
| +}
|
| +
|
| } // namespace content
|
|
|