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

Side by Side Diff: chrome/common/extensions/docs/templates/articles/manifest/sockets.html

Issue 217263002: Move sockets manifest types to //extensions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rename, add new "API" for extensionsManifestTypes Created 6 years, 8 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/common/extensions/chrome_manifest_handlers.cc ('k') | extensions/browser/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <h1>sockets</h1> 1 <h1>sockets</h1>
2 2
3 <p> 3 <p>
4 The <code>sockets</code> manifest property declares which permissions are 4 The <code>sockets</code> manifest property declares which permissions are
5 available for the $(ref:sockets.udp), $(ref:sockets.tcp) and 5 available for the $(ref:sockets.udp), $(ref:sockets.tcp) and
6 $(ref:sockets.tcpServer) APIs. 6 $(ref:sockets.tcpServer) APIs.
7 </p> 7 </p>
8 8
9 <h2 id="manifest">Sample manifest.json</h2> 9 <h2 id="manifest">Sample manifest.json</h2>
10 <pre data-filename="manifest.json"> 10 <pre data-filename="manifest.json">
(...skipping 19 matching lines...) Expand all
30 "listen": "127.0.0.1:80" 30 "listen": "127.0.0.1:80"
31 } 31 }
32 }, 32 },
33 ... 33 ...
34 } 34 }
35 </pre> 35 </pre>
36 36
37 <section> 37 <section>
38 <h2 id="reference">Reference</h2> 38 <h2 id="reference">Reference</h2>
39 <p class="api_reference"> 39 <p class="api_reference">
40 {{+partials.type type:apis.manifestTypes.byName.sockets/}} 40 {{+partials.type type:apis.extensionsManifestTypes.byName.sockets/}}
41 </p> 41 </p>
42 </section> 42 </section>
OLDNEW
« no previous file with comments | « chrome/common/extensions/chrome_manifest_handlers.cc ('k') | extensions/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698