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

Unified Diff: content/child/service_worker/web_service_worker_impl.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: content/child/service_worker/web_service_worker_impl.h
diff --git a/content/child/service_worker/web_service_worker_impl.h b/content/child/service_worker/web_service_worker_impl.h
index 80ecb9e719aede7e7af4747fbbb220ea0cafd49e..cdcea15a20f790e1f45e407930b0a9ef27a31dbc 100644
--- a/content/child/service_worker/web_service_worker_impl.h
+++ b/content/child/service_worker/web_service_worker_impl.h
@@ -50,7 +50,7 @@ class CONTENT_EXPORT WebServiceWorkerImpl
void postMessage(blink::WebServiceWorkerProvider* provider,
const blink::WebString& message,
const blink::WebSecurityOrigin& source_origin,
- blink::WebMessagePortChannelArray* channels) override;
+ blink::WebMessagePortChannelArray channels) override;
void terminate() override;
// Creates WebServiceWorker::Handle object that owns a reference to the given

Powered by Google App Engine
This is Rietveld 408576698