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

Unified Diff: third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerProviderClient.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/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 2b129cd81fb2993b6ea424bd222ac98d6aa411f0..9501144d9a539c394447f41fd58ba3d3baf0f61f 100644
--- a/third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerProviderClient.h
+++ b/third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerProviderClient.h
@@ -51,11 +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;
virtual void countFeature(uint32_t feature) = 0;
};

Powered by Google App Engine
This is Rietveld 408576698