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

Unified Diff: third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.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/Source/web/ServiceWorkerGlobalScopeProxy.h
diff --git a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h
index cf90ffb53f76557eceac7a23e13255c5fce68310..32a67e92c46b59ff4d3698bba4c1c10acbe54c27 100644
--- a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h
+++ b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h
@@ -85,13 +85,13 @@ class ServiceWorkerGlobalScopeProxy final
int eventID,
const WebString& message,
const WebSecurityOrigin& sourceOrigin,
- const WebMessagePortChannelArray&,
+ WebMessagePortChannelArray,
const WebServiceWorkerClientInfo&) override;
void dispatchExtendableMessageEvent(
int eventID,
const WebString& message,
const WebSecurityOrigin& sourceOrigin,
- const WebMessagePortChannelArray&,
+ WebMessagePortChannelArray,
std::unique_ptr<WebServiceWorker::Handle>) override;
void dispatchFetchEvent(int fetchEventID,
const WebServiceWorkerRequest&,

Powered by Google App Engine
This is Rietveld 408576698