| Index: chrome/browser/extensions/api/socket/udp_socket.h
|
| diff --git a/chrome/browser/extensions/api/socket/udp_socket.h b/chrome/browser/extensions/api/socket/udp_socket.h
|
| index 5e02850fd09dd9977d8569b269db842d7f94aea7..c92a11866f79f0ae568251d9a71c9a488a562691 100644
|
| --- a/chrome/browser/extensions/api/socket/udp_socket.h
|
| +++ b/chrome/browser/extensions/api/socket/udp_socket.h
|
| @@ -42,6 +42,8 @@ class UDPSocket : public Socket {
|
| int SetMulticastTimeToLive(int ttl);
|
| int SetMulticastLoopbackMode(bool loopback);
|
|
|
| + int AllowAddressReuse();
|
| +
|
| const std::vector<std::string>& GetJoinedGroups() const;
|
|
|
| protected:
|
|
|