| Index: chrome/common/extensions/docs/server2/templates/intros/socket.html
|
| diff --git a/chrome/common/extensions/docs/server2/templates/intros/socket.html b/chrome/common/extensions/docs/server2/templates/intros/socket.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..10b59a4514255bbf2da732476ac9431d6afbb72b
|
| --- /dev/null
|
| +++ b/chrome/common/extensions/docs/server2/templates/intros/socket.html
|
| @@ -0,0 +1,10 @@
|
| +<p id="classSummary">
|
| +Use the <code>chrome.socket</code> module
|
| +to send and receive data over the network
|
| +using TCP and UDP connections.
|
| +</p>
|
| +
|
| +<p>
|
| +Read the <a href="app_network.html">Network Communications</a> documentation
|
| +to find out how to use this API.
|
| +</p>
|
|
|