| Index: chrome/common/extensions/docs/templates/intros/socket.html
|
| diff --git a/chrome/common/extensions/docs/templates/intros/socket.html b/chrome/common/extensions/docs/templates/intros/socket.html
|
| index 10b59a4514255bbf2da732476ac9431d6afbb72b..3961df86527b749716f743e6c436e26d77351b1c 100644
|
| --- a/chrome/common/extensions/docs/templates/intros/socket.html
|
| +++ b/chrome/common/extensions/docs/templates/intros/socket.html
|
| @@ -1,10 +1,29 @@
|
| -<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>
|
| +<table class="intro">
|
| + <tr>
|
| + <th scope="col"></th>
|
| + <th scope="col"></th>
|
| + </tr>
|
| + <tr>
|
| + <td><strong>Description:</strong></td>
|
| + <td>Use the <code>chrome.socket</code> module
|
| + to send and receive data over the network
|
| + using TCP and UDP connections.</td>
|
| + </tr>
|
| + <tr>
|
| + <td><strong>Availability:</strong></td>
|
| + <td>On target to be stable in Chrome 24</td>
|
| + </tr>
|
| + <tr>
|
| + <td><strong>Permissions:</strong></td>
|
| + <td><code>"socket": ["rule1", "rule2"]</code><br>
|
| + See <a href="app_network.html">Network Communications</a> for rule syntax.</td>
|
| + </tr>
|
| + <tr>
|
| + <td><strong>Learn more:</strong></td>
|
| + <td><a href="app_network.html">Network Communications</a><br>
|
| + <a href="sencha_framework.html">Build Apps with Sencha ExtJS</a><br>
|
| + <a href="https://developers.google.com/live/shows/7320022-5001/">Chrome Apps Office Hours: Networking APIs</a><br>
|
| + <a href="https://developers.google.com/live/shows/7320022-2001/">Chrome Apps Office Hours: Controlling an AR Parrot
|
| + Drone</a></td>
|
| + </tr>
|
| +</table>
|
|
|