diff options
author | pneubeck <pneubeck@chromium.org> | 2014-09-15 14:38:08 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-09-15 21:50:21 +0000 |
commit | 30a7d44dd3fd802dc431671b6f065796d102a2d2 (patch) | |
tree | 3506eddac6c7cde8eeae2f383487325035f9e169 /components/onc/docs | |
parent | d62ae950bc92e8154fe1b2900e7b3ba8b864a472 (diff) | |
download | chromium_src-30a7d44dd3fd802dc431671b6f065796d102a2d2.zip chromium_src-30a7d44dd3fd802dc431671b6f065796d102a2d2.tar.gz chromium_src-30a7d44dd3fd802dc431671b6f065796d102a2d2.tar.bz2 |
Fix some properties on the settings page read from ONC.
- Fixed AutoConnect, which is stored in each network type's subdictionary.
- Added a Cellular.AutoConnect property to ONC.
- Fixed VPN username for L2TP-IPsec, which is stored in 'L2TP'.
- Removed reading Wimax properties from ONC, as these are not yet supported.
BUG=412807
Review URL: https://codereview.chromium.org/571123002
Cr-Commit-Position: refs/heads/master@{#294897}
Diffstat (limited to 'components/onc/docs')
-rw-r--r-- | components/onc/docs/onc_spec.html | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/components/onc/docs/onc_spec.html b/components/onc/docs/onc_spec.html index 9a0f1e0..acfd64f 100644 --- a/components/onc/docs/onc_spec.html +++ b/components/onc/docs/onc_spec.html @@ -1869,12 +1869,23 @@ <span class="value">Cellular</span> and the field <span class="field">Cellular</span> must be set to an object of type <span class="type">Cellular</span>. Currently only used for - representing an existing configuraiton; ONC configuration of + representing an existing configuration; ONC configuration of of <span class="field">Cellular</span> networks is not yet supported. Contains the following fields: </p> <dl class="field_list"> + <dt class="field">AutoConnect</dt> + <dd> + <span class="field_meta"> + (optional, defaults to <span class="value">false</span>) + <span class="type">boolean</span> + </span> + Indicating that the network should be connected to automatically when + possible. Note, that disabled <span class="field">AllowRoaming</span> + takes precedence over autoconnect. + </dd> + <dt class="field">APN</dt> <dd> <span class="field_meta">(optional) |