| Index: content/browser/navigator_connect/service_port_service_impl.h
|
| diff --git a/content/browser/navigator_connect/service_port_service_impl.h b/content/browser/navigator_connect/service_port_service_impl.h
|
| index c599b8690ed603df94cd32ed24390eb13e938c59..852ec6b232e4cea235a4a11aee219d250eb4fd8e 100644
|
| --- a/content/browser/navigator_connect/service_port_service_impl.h
|
| +++ b/content/browser/navigator_connect/service_port_service_impl.h
|
| @@ -57,9 +57,10 @@ class ServicePortServiceImpl : public ServicePortService {
|
| void Connect(const mojo::String& target_url,
|
| const mojo::String& origin,
|
| const ConnectCallback& callback) override;
|
| - void PostMessage(int32_t port_id,
|
| - const mojo::String& message,
|
| - mojo::Array<MojoTransferredMessagePortPtr> ports) override;
|
| + void PostMessageToPort(
|
| + int32_t port_id,
|
| + const mojo::String& message,
|
| + mojo::Array<MojoTransferredMessagePortPtr> ports) override;
|
| void ClosePort(int32_t port_id) override;
|
|
|
| // Callback called when a connection to a service has been establised or
|
|
|