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

Unified Diff: content/child/service_worker/service_worker_message_filter.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: comment fix (+rebase) 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/child/service_worker/service_worker_message_filter.h
diff --git a/content/child/service_worker/service_worker_message_filter.h b/content/child/service_worker/service_worker_message_filter.h
index 40a67bca280f4f91c3056b2fe3bddb32e2b6c61c..dfe0ad7ab0666ff7db68ad439eb5f0ae980d3fc4 100644
--- a/content/child/service_worker/service_worker_message_filter.h
+++ b/content/child/service_worker/service_worker_message_filter.h
@@ -38,13 +38,14 @@ class CONTENT_EXPORT ServiceWorkerMessageFilter
void OnStaleRegistered(
int thread_id,
int request_id,
- const ServiceWorkerRegistrationObjectInfo& info);
+ const ServiceWorkerRegistrationObjectInfo& info,
+ const ServiceWorkerVersionAttributes& attrs);
void OnStaleSetVersionAttributes(
int thread_id,
int provider_id,
int registration_handle_id,
int changed_mask,
- const ServiceWorkerVersionAttributes& attributes);
+ const ServiceWorkerVersionAttributes& attrs);
void OnStaleSetControllerServiceWorker(
int thread_id,
int provider_id,

Powered by Google App Engine
This is Rietveld 408576698