| 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 4ebe7bdbda619b552247e55d752244e7bdfa4de4..d809d713f29a06e013c6ed36d845670c29ecc18c 100644
|
| --- a/content/common/service_worker/service_worker_types.cc
|
| +++ b/content/common/service_worker/service_worker_types.cc
|
| @@ -132,6 +132,10 @@ bool ServiceWorkerObjectInfo::IsValid() const {
|
| version_id != kInvalidServiceWorkerVersionId;
|
| }
|
|
|
| +ServiceWorkerRegistrationOptions::ServiceWorkerRegistrationOptions(
|
| + const GURL& scope)
|
| + : scope(scope) {}
|
| +
|
| ServiceWorkerRegistrationObjectInfo::ServiceWorkerRegistrationObjectInfo()
|
| : handle_id(kInvalidServiceWorkerRegistrationHandleId),
|
| registration_id(kInvalidServiceWorkerRegistrationId) {
|
|
|