Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1456)

Unified Diff: content/common/service_worker/service_worker_types.cc

Issue 970693003: ServiceWorker: plumbing for ClientQueryOptions (2/2, chromium) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase build fix... Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « content/common/service_worker/service_worker_types.h ('k') | content/renderer/service_worker/embedded_worker_context_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698