Chromium Code Reviews| Index: content/public/common/socket_permission_request.h |
| diff --git a/content/public/common/socket_permission_request.h b/content/public/common/socket_permission_request.h |
| index 2743eebc6644500c96bb6662d3c921c71ebb0cb9..dc62f547945ba533b0b2566c53cd2efda1d8bc9e 100644 |
| --- a/content/public/common/socket_permission_request.h |
| +++ b/content/public/common/socket_permission_request.h |
| @@ -18,6 +18,7 @@ struct SocketPermissionRequest { |
| TCP_LISTEN, |
| UDP_BIND, |
| UDP_SEND_TO, |
| + UDP_MUTICAST_MEMBERSHIP |
|
miket_OOO
2013/04/25 21:52:12
spelling!
Bei Zhang
2013/04/25 23:56:21
Done.
|
| }; |
| SocketPermissionRequest(OperationType type, |