Index: mojo/services/public/interfaces/network/udp_socket.mojom |
diff --git a/mojo/services/public/interfaces/network/udp_socket.mojom b/mojo/services/public/interfaces/network/udp_socket.mojom |
index 6f0cff3efe324a30aa8abca656222b3915c3b920..e18e60f71258ccde907a73e86e2f37705bbe4d4f 100644 |
--- a/mojo/services/public/interfaces/network/udp_socket.mojom |
+++ b/mojo/services/public/interfaces/network/udp_socket.mojom |
@@ -15,6 +15,7 @@ module mojo { |
// - (optional) Set options which are allowed after Bind(). |
// - Send / request to receive packets. Received packets will be delivered to |
// UDPSocketClient.OnReceived(). |
+ |
[Client=UDPSocketClient] |
interface UDPSocket { |
// Allows the socket to share the local address to which it will be bound with |