| Index: extensions/common/api/sockets_udp.idl
|
| diff --git a/extensions/common/api/sockets_udp.idl b/extensions/common/api/sockets_udp.idl
|
| index 784a31d25d77573f467e6a703e519cad86c674f0..754ed8d20fa36b2b1cb298336b608fa493f66dfa 100644
|
| --- a/extensions/common/api/sockets_udp.idl
|
| +++ b/extensions/common/api/sockets_udp.idl
|
| @@ -5,7 +5,7 @@
|
| // Use the <code>chrome.sockets.udp</code> API to send and receive data over the
|
| // network using UDP connections. This API supersedes the UDP functionality
|
| // previously found in the "socket" API.
|
| -namespace sockets.udp {
|
| +[use_movable_types=true] namespace sockets.udp {
|
| // The socket properties specified in the <code>create</code> or
|
| // <code>update</code> function. Each property is optional. If a property
|
| // value is not specified, a default value is used when calling
|
|
|