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

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

Issue 517493002: ServiceWorker: Update the install sequence as per the latest spec (Closed) Base URL: http://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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.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;

Powered by Google App Engine
This is Rietveld 408576698