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

Unified Diff: third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h

Issue 2422793002: HTML MessagePort as mojo::MessagePipeHandle (Closed)
Patch Set: Add missing ScopedAsyncTaskScheduler instance for the new unit tests; required by a recent change t… 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/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h
diff --git a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h
index 58943e10676ed37e7a4b124cce2a6bc370ea1893..d9492aed51434355a697cec45855dfcbbcbf1987 100644
--- a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h
+++ b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h
@@ -108,10 +108,9 @@ class MODULES_EXPORT ServiceWorkerGlobalScopeClient
virtual void didHandlePaymentRequestEvent(int paymentRequestEventID,
WebServiceWorkerEventResult,
double eventDispatchTime) = 0;
- virtual void postMessageToClient(
- const WebString& clientUUID,
- const WebString& message,
- std::unique_ptr<WebMessagePortChannelArray>) = 0;
+ virtual void postMessageToClient(const WebString& clientUUID,
+ const WebString& message,
+ WebMessagePortChannelArray) = 0;
virtual void skipWaiting(
std::unique_ptr<WebServiceWorkerSkipWaitingCallbacks>) = 0;
virtual void claim(

Powered by Google App Engine
This is Rietveld 408576698