summaryrefslogtreecommitdiffstats
path: root/components/onc
diff options
context:
space:
mode:
authorstevenjb <stevenjb@chromium.org>2015-09-28 19:19:33 -0700
committerCommit bot <commit-bot@chromium.org>2015-09-29 02:22:30 +0000
commit85e48f8d7662016fc1bb53dcbcf22167b6d74a6b (patch)
treec83b73c110bd6a07653343e3f3ea665d1197e8b1 /components/onc
parent7ccad76381159347a94d636d573ad35c0a51cba7 (diff)
downloadchromium_src-85e48f8d7662016fc1bb53dcbcf22167b6d74a6b.zip
chromium_src-85e48f8d7662016fc1bb53dcbcf22167b6d74a6b.tar.gz
chromium_src-85e48f8d7662016fc1bb53dcbcf22167b6d74a6b.tar.bz2
Update networkingPrivate IDL
This CL: * Adds NetworkProperties to networking_private.idl for the getProperties callback. * Updates networking_private.js externs. * Updates cr_onc_types.js: ** CrOnc.getProperty is removed (properties.foo.bar is used instead) ** CrOnc.getActiveValue(state, key) is removed and CrOnc.getActivePropertyValue is renamed to getActiveValue. Calls to CrOnc.getActiveValue(state, key) become CrOnc.getActiveValue(state.key) (except for dictionary properties which can not be managed, in which case state.key is used directly). * Updates md-settings/internet JS to use NetworkProperties for getNetworks() instead of the NetworkStateProperties subset. ** All references to networkState that are actually NetworkProperties are renamed to networkProperties to make it easier to distinguish between "state" property dictionaries and full property dictionaries. ** (Apologies for the additional renaming diffs that generates) BUG=535270 For third_party/closure_compiler/externs/networking_private.js: TBR=jlklein@chromium.org Review URL: https://codereview.chromium.org/1366243002 Cr-Commit-Position: refs/heads/master@{#351232}
Diffstat (limited to 'components/onc')
-rw-r--r--components/onc/docs/onc_spec.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/onc/docs/onc_spec.html b/components/onc/docs/onc_spec.html
index f5f342e..df43eb8 100644
--- a/components/onc/docs/onc_spec.html
+++ b/components/onc/docs/onc_spec.html
@@ -2250,7 +2250,7 @@
<dt class="field">HomeProvider</dt>
<dd>
<span class="field_meta">(optional, read-only)
- <span class="type">array of CellularProvider</span>
+ <span class="type">CellularProvider</span>
</span>
Description of the operator that issued the SIM card currently installed
in the modem.