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

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

Issue 1235803003: ServiceWorker: Introduce ExtendableMessageEvent to replace MessageEvent Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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 d6fdeb9bb7d274bbc29224a86042db09b796f9a5..a1a93164e6a5a30986312ed8537892f6ad88d8ec 100644
--- a/content/child/service_worker/service_worker_message_filter.h
+++ b/content/child/service_worker/service_worker_message_filter.h
@@ -33,11 +33,11 @@ class CONTENT_EXPORT ServiceWorkerMessageFilter
void OnStaleMessageReceived(const IPC::Message& msg) override;
// Message handlers for stale messages.
- void OnStaleRegistered(
- int thread_id,
- int request_id,
- const ServiceWorkerRegistrationObjectInfo& info,
- const ServiceWorkerVersionAttributes& attrs);
+ void OnStaleRegistered(int thread_id,
+ int request_id,
+ int provider_id,
+ const ServiceWorkerRegistrationObjectInfo& info,
+ const ServiceWorkerVersionAttributes& attrs);
void OnStaleSetVersionAttributes(
int thread_id,
int provider_id,

Powered by Google App Engine
This is Rietveld 408576698