[Storage] Blob Storage Refactoring pt 1:
[chromium-blink-merge.git] / chrome / common / extensions / docs / templates / intros / networkingPrivate.html
blob039a7f88e633a0b341bcb17ccfc44eb5031258b2
1 <h2 id="code">Implemention of the Chrome Networking Private API</h2>
3 <p>
4 The Networking Private API is designed to allow whitelisted apps and
5 extensions to view and configure the networks available on a device.
6 </p>
8 <p>
9 The API uses <a href=http://www.chromium.org/chromium-os/chromiumos-design-docs/open-network-configuration>
10 Open Network Configuration</a> to describe network types and properties.
11 </p>
13 <p class="note">
14 <b>Note:</b>
15 The networkingPrivate API is in active development and is primarily supported
16 on Chrome OS, with a subset supported on Windows and OSX for WiFi configuration.
17 It is currently only available to whitelisted apps.
18 </p>