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 2f371e6e779de95a4aa7db13b9ee1df746b682f5..0ba127b27930679a7ba5b7556d9d1d8077eb9a76 100644 |
--- a/content/common/service_worker/service_worker_types.cc |
+++ b/content/common/service_worker/service_worker_types.cc |
@@ -89,4 +89,9 @@ ServiceWorkerRegistrationObjectInfo::ServiceWorkerRegistrationObjectInfo() |
registration_id(kInvalidServiceWorkerRegistrationId) { |
} |
+ServiceWorkerClientQueryOptions::ServiceWorkerClientQueryOptions() |
+ : client_type(blink::WebServiceWorkerClientTypeWindow), |
+ include_uncontrolled(false) { |
+} |
+ |
} // namespace content |