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 |
}; |
SocketPermissionRequest(OperationType type, |