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

Unified Diff: third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerProviderClient.h

Issue 2422793002: HTML MessagePort as mojo::MessagePipeHandle (Closed)
Patch Set: Address feedback from yusuf Created 3 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: third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerProviderClient.h
diff --git a/third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerProviderClient.h b/third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerProviderClient.h
index 28682cc029b79d255bb93b3c95a07384a9aac4d8..9079d4358b84a7e0991fbad1b4c15a7714dde924 100644
--- a/third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerProviderClient.h
+++ b/third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerProviderClient.h
@@ -51,10 +51,9 @@ class BLINK_PLATFORM_EXPORT WebServiceWorkerProviderClient {
virtual void setController(std::unique_ptr<WebServiceWorker::Handle>,
bool shouldNotifyControllerChange) = 0;
- virtual void dispatchMessageEvent(
- std::unique_ptr<WebServiceWorker::Handle>,
- const WebString& message,
- const WebMessagePortChannelArray& channels) = 0;
+ virtual void dispatchMessageEvent(std::unique_ptr<WebServiceWorker::Handle>,
+ const WebString& message,
+ WebMessagePortChannelArray channels) = 0;
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698