| Index: chrome/common/extensions/api/socket.idl
|
| diff --git a/chrome/common/extensions/api/socket.idl b/chrome/common/extensions/api/socket.idl
|
| index 3cb999c6248b45c11792c763c70b385be4514f8d..dbf07794e51b0c72f8c1db40893cb0d6deca4201 100644
|
| --- a/chrome/common/extensions/api/socket.idl
|
| +++ b/chrome/common/extensions/api/socket.idl
|
| @@ -2,6 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +// Use the <code>chrome.socket</code> module to send and receive data over the
|
| +// network using TCP and UDP connections.
|
| +
|
| +[availability=24]
|
| namespace socket {
|
| enum SocketType {
|
| tcp,
|
|
|