| Index: extensions/common/api/sockets_tcp.idl
|
| diff --git a/extensions/common/api/sockets_tcp.idl b/extensions/common/api/sockets_tcp.idl
|
| index 2dffa1729b1db7cce38e33a179761d4ee8721bc3..5ca2641c78390a15364c9c6c20e43e5bde1e1a43 100644
|
| --- a/extensions/common/api/sockets_tcp.idl
|
| +++ b/extensions/common/api/sockets_tcp.idl
|
| @@ -5,7 +5,7 @@
|
| // Use the <code>chrome.sockets.tcp</code> API to send and receive data over the
|
| // network using TCP connections. This API supersedes the TCP functionality
|
| // previously found in the <code>chrome.socket</code> API.
|
| -namespace sockets.tcp {
|
| +[use_movable_types=true] namespace sockets.tcp {
|
| // 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
|
|
|