Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3521)

Unified Diff: chrome/common/extensions/docs/server2/templates/intros/socket.html

Issue 10908045: Added intro to socket API reference docs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698