| Index: extensions/common/mojo/wifi_display_session_service.mojom
|
| diff --git a/extensions/common/mojo/wifi_display_session_service.mojom b/extensions/common/mojo/wifi_display_session_service.mojom
|
| index e30225677dee67d48f78568f1da088b0c583e15f..637a1f0580f52641d653411a7be01d672d201b67 100644
|
| --- a/extensions/common/mojo/wifi_display_session_service.mojom
|
| +++ b/extensions/common/mojo/wifi_display_session_service.mojom
|
| @@ -21,13 +21,13 @@ interface WiFiDisplaySessionService {
|
|
|
| interface WiFiDisplaySessionServiceClient {
|
| // Notification of a successfull connection to a sink.
|
| - OnConnected(int32 sink_id, string ip_address);
|
| + OnEstablished(string ip_address);
|
|
|
| - // Notification of a connection termination.
|
| - OnDisconnected(int32 sink_id);
|
| + // Notification of a session termination.
|
| + OnTerminated();
|
|
|
| // Notification of an error occurred during the session.
|
| - OnError(int32 sink_id, int32 type, string description);
|
| + OnError(int32 type, string description);
|
|
|
| // Invoked to transmit a controlling message from
|
| // the connected sink.
|
|
|