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

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

Issue 1701843002: ServiceWorker: Implement 'source' and 'origin' attributes of ExtendableMessageEvent (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move_focus_into_utils
Patch Set: Created 4 years, 10 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/web_service_worker_impl.h
diff --git a/content/child/service_worker/web_service_worker_impl.h b/content/child/service_worker/web_service_worker_impl.h
index 02347f234e8db4cd1c1206208e439f41aba00d7e..a07638b528702f0f0b3dd22d007235ea185eedf2 100644
--- a/content/child/service_worker/web_service_worker_impl.h
+++ b/content/child/service_worker/web_service_worker_impl.h
@@ -48,7 +48,8 @@ class CONTENT_EXPORT WebServiceWorkerImpl
blink::WebServiceWorkerProxy* proxy() override;
blink::WebURL url() const override;
blink::WebServiceWorkerState state() const override;
- void postMessage(const blink::WebString& message,
+ void postMessage(blink::WebServiceWorkerProvider* provider,
+ const blink::WebString& message,
blink::WebMessagePortChannelArray* channels) override;
void terminate() override;

Powered by Google App Engine
This is Rietveld 408576698