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