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

Unified Diff: third_party/WebKit/Source/web/ServiceWorkerGlobalScopeClientImpl.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/web/ServiceWorkerGlobalScopeClientImpl.h
diff --git a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeClientImpl.h b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeClientImpl.h
index e89781ac7b599181303922cd1b25ba7e76926ca6..93ca3a215a47ec253fcd48af0b73fd5739c29bf7 100644
--- a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeClientImpl.h
+++ b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeClientImpl.h
@@ -93,10 +93,9 @@ class ServiceWorkerGlobalScopeClientImpl final
void didHandlePaymentRequestEvent(int paymentRequestEventID,
WebServiceWorkerEventResult,
double eventDispatchTime) override;
- void postMessageToClient(
- const WebString& clientUUID,
- const WebString& message,
- std::unique_ptr<WebMessagePortChannelArray>) override;
+ void postMessageToClient(const WebString& clientUUID,
+ const WebString& message,
+ WebMessagePortChannelArray) override;
void skipWaiting(
std::unique_ptr<WebServiceWorkerSkipWaitingCallbacks>) override;
void claim(std::unique_ptr<WebServiceWorkerClientsClaimCallbacks>) override;

Powered by Google App Engine
This is Rietveld 408576698