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

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

Issue 509253003: Fix reference to apps/manifest/bluetooth API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <h1>Manifest - Bluetooth</h1> 1 <h1>Manifest - Bluetooth</h1>
2 2
3 <p> 3 <p>
4 The <code>bluetooth</code> manifest property declares which permissions are 4 The <code>bluetooth</code> manifest property declares which permissions are
5 available for the $(ref:bluetooth) API. 5 available for the $(ref:bluetooth) API.
6 </p> 6 </p>
7 7
8 <h2 id="manifest">Sample manifest.json</h2> 8 <h2 id="manifest">Sample manifest.json</h2>
9 <pre data-filename="manifest.json"> 9 <pre data-filename="manifest.json">
10 { 10 {
(...skipping 21 matching lines...) Expand all
32 "uuids": [ "180D", "1809", "180F" ], 32 "uuids": [ "180D", "1809", "180F" ],
33 "low_energy": true 33 "low_energy": true
34 }, 34 },
35 ... 35 ...
36 } 36 }
37 </pre> 37 </pre>
38 38
39 <section> 39 <section>
40 <h2 id="reference">Reference</h2> 40 <h2 id="reference">Reference</h2>
41 <p class="api_reference"> 41 <p class="api_reference">
42 {{+partials.type type:apis.apps.manifestTypes.byName.bluetooth/}} 42 {{+partials.type type:apis.apps.extensionsManifestTypes.byName.bluetooth/}}
43 </p> 43 </p>
44 </section> 44 </section>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698