Chromium Code Reviews| 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 89b0a3a943c3e6976dfd4d53950d0dc5f60b1d68..2ba6126a3602451978922822b28c2d4ca1889b09 100644 |
| --- a/content/common/service_worker/service_worker_types.h |
| +++ b/content/common/service_worker/service_worker_types.h |
| @@ -94,6 +94,8 @@ struct ServiceWorkerRegistrationObjectInfo { |
| }; |
| struct ServiceWorkerVersionAttributes { |
| + ServiceWorkerVersionAttributes(); |
| + int changed_mask; |
|
michaeln
2014/08/29 00:57:57
the changed_mask seems out of place in this struct
nhiroki
2014/08/29 08:23:10
Agree. Reverted the change.
|
| ServiceWorkerObjectInfo installing; |
| ServiceWorkerObjectInfo waiting; |
| ServiceWorkerObjectInfo active; |