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

Unified Diff: third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextProxy.h

Issue 2422793002: HTML MessagePort as mojo::MessagePipeHandle (Closed)
Patch Set: Rebase Created 3 years, 11 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: third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextProxy.h
diff --git a/third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextProxy.h b/third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextProxy.h
index 1028a5923fc0c8a281c4f294f958516a6837b193..7f20d1dcf12c5bfc51e028a1acf85e4645cbb145 100644
--- a/third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextProxy.h
+++ b/third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextProxy.h
@@ -62,13 +62,13 @@ class WebServiceWorkerContextProxy {
int eventID,
const WebString& message,
const WebSecurityOrigin& sourceOrigin,
- const WebMessagePortChannelArray&,
+ WebMessagePortChannelArray,
const WebServiceWorkerClientInfo&) = 0;
virtual void dispatchExtendableMessageEvent(
int eventID,
const WebString& message,
const WebSecurityOrigin& sourceOrigin,
- const WebMessagePortChannelArray&,
+ WebMessagePortChannelArray,
std::unique_ptr<WebServiceWorker::Handle>) = 0;
virtual void dispatchInstallEvent(int eventID) = 0;
virtual void dispatchFetchEvent(int fetchEventID,

Powered by Google App Engine
This is Rietveld 408576698