| Index: content/browser/navigator_connect/service_port_service_impl.cc
|
| diff --git a/content/browser/navigator_connect/service_port_service_impl.cc b/content/browser/navigator_connect/service_port_service_impl.cc
|
| index 73ea2793ed43573ac6a024ef1be775752f1808eb..16065c18a370fe000e7947867095deca5093b08e 100644
|
| --- a/content/browser/navigator_connect/service_port_service_impl.cc
|
| +++ b/content/browser/navigator_connect/service_port_service_impl.cc
|
| @@ -124,8 +124,8 @@ void ServicePortServiceImpl::ClosePort(int32_t port_id) {
|
| void ServicePortServiceImpl::OnConnectResult(const ConnectCallback& callback,
|
| int message_port_id,
|
| bool success) {
|
| - callback.Run(success ? SERVICE_PORT_CONNECT_RESULT_ACCEPT
|
| - : SERVICE_PORT_CONNECT_RESULT_REJECT,
|
| + callback.Run(success ? ServicePortConnectResult::ACCEPT
|
| + : ServicePortConnectResult::REJECT,
|
| message_port_id);
|
| }
|
|
|
|
|