Commit 04334aef authored by Alexander Hendrich's avatar Alexander Hendrich Committed by Commit Bot

Add documentation for enterprise.networkingAttributes API

The new API is only available to force-installed (see intro) extensions
running on Chrome OS.

Bug: 1081333
Change-Id: I5388e0d7e9af1150415226a11c4152d2196bb9f1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2250001
Auto-Submit: Alexander Hendrich <hendrich@chromium.org>
Reviewed-by: default avatarDevlin <rdevlin.cronin@chromium.org>
Commit-Queue: Devlin <rdevlin.cronin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#780327}
parent 72f515fa
......@@ -9,7 +9,7 @@
[platforms = ("chromeos"),
implemented_in = "chrome/browser/extensions/api/enterprise_networking_attributes/enterprise_networking_attributes_api.h"]
namespace enterprise.networkingAttributes {
dictionary NetworkDetails {
[noinline_doc] dictionary NetworkDetails {
// The device's MAC address.
DOMString macAddress;
......
<p class="note">
<strong>Note: </strong>
This API is only for
<a href="https://support.google.com/chrome/a/answer/1375694?hl=en">extensions pre-installed by policy</a>.
</p>
{{+partials.standard_extensions_api api:apis.extensions.enterprise_networkingAttributes intro:intros.enterprise_networkingAttributes chrome_os_only:true/}}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment