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

Unified Diff: chrome/common/extensions/docs/apps/socket.html

Issue 10825269: Build extension 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
« no previous file with comments | « no previous file | chrome/common/extensions/docs/extensions/experimental.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/apps/socket.html
diff --git a/chrome/common/extensions/docs/apps/socket.html b/chrome/common/extensions/docs/apps/socket.html
index cc197da458ebb02287f93c2256313fcb9354d58c..b58fe087e9aa7d117b91903c3935dfbda078a6d6 100644
--- a/chrome/common/extensions/docs/apps/socket.html
+++ b/chrome/common/extensions/docs/apps/socket.html
@@ -224,7 +224,7 @@
<ol>
</ol>
</li><li>
- <a href="#type-experimental.socket.SocketInfo">experimental.socket.SocketInfo</a>
+ <a href="#type-socket.SocketInfo">socket.SocketInfo</a>
<ol>
</ol>
</li>
@@ -778,7 +778,7 @@
<h4>getInfo</h4>
<div class="summary">
<!-- Note: intentionally longer 80 columns -->
- <span>chrome.experimental.socket.getInfo</span>(<span class="null"><span>integer</span>
+ <span>chrome.socket.getInfo</span>(<span class="null"><span>integer</span>
<var><span>socketId</span></var></span><span class="null"><span>, </span><span>function</span>
<var><span>GetInfoCallback</span></var></span>)</div>
<div class="description">
@@ -847,7 +847,7 @@
(
<span id="typeTemplate">
<span>
- <a href="experimental.socket.html#type-experimental.socket.SocketInfo">experimental.socket.SocketInfo</a>
+ <a href="socket.html#type-socket.SocketInfo">socket.SocketInfo</a>
</span>
</span>
)
@@ -2088,8 +2088,8 @@
<!-- FUNCTION PARAMETERS -->
</div>
</div><div class="apiItem">
- <a name="type-experimental.socket.SocketInfo"></a>
- <h4>experimental.socket.SocketInfo</h4>
+ <a name="type-socket.SocketInfo"></a>
+ <h4>socket.SocketInfo</h4>
<div>
<dt>
<em>
@@ -2240,7 +2240,7 @@
(
<span id="typeTemplate">
<span>
- <a href="experimental.socket.html#type-experimental.socket.SocketType">experimental.socket.SocketType</a>
+ <a href="socket.html#type-socket.SocketType">socket.SocketType</a>
</span>
</span>
)
« no previous file with comments | « no previous file | chrome/common/extensions/docs/extensions/experimental.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698