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

Unified Diff: content/child/service_worker/service_worker_message_filter.h

Issue 463013002: ServiceWorker: Implement updatefound event and version attributes (Chromium) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address for comments 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 98d5792c801cb235203a3636db30b866b191faae..d1e59faae1e2aa8068b2757b084231f037c465a1 100644
--- a/content/child/service_worker/service_worker_message_filter.h
+++ b/content/child/service_worker/service_worker_message_filter.h
@@ -37,10 +37,12 @@ class CONTENT_EXPORT ServiceWorkerMessageFilter
void OnStaleRegistered(
int thread_id,
int request_id,
+ int registration_handle_id,
const ServiceWorkerObjectInfo& info);
void OnStaleSetVersionAttributes(
int thread_id,
int provider_id,
+ int registration_handle_id,
int changed_mask,
const ServiceWorkerVersionAttributes& attributes);
void OnStaleSetControllerServiceWorker(

Powered by Google App Engine
This is Rietveld 408576698