summaryrefslogtreecommitdiffstats
path: root/components/onc/onc_constants.h
diff options
context:
space:
mode:
authorstevenjb <stevenjb@chromium.org>2014-09-11 18:13:06 -0700
committerCommit bot <commit-bot@chromium.org>2014-09-12 01:14:16 +0000
commit2a84818142a4da73d6cd475672b2931271a091cc (patch)
treef379a3c1f65667b0f11a7a1c29545e0d1ac6c401 /components/onc/onc_constants.h
parenta359632ebc6a8c463e006f86cd04d82e3e51ca98 (diff)
downloadchromium_src-2a84818142a4da73d6cd475672b2931271a091cc.zip
chromium_src-2a84818142a4da73d6cd475672b2931271a091cc.tar.gz
chromium_src-2a84818142a4da73d6cd475672b2931271a091cc.tar.bz2
Document cellular properties
Currently the Cellular properties are not documented in onc_spec.html at all. This provides rudimentary documentation based on the Shill documentaiton. It also removes 'SelectedNetwork' which is undocumented in Shill and unused in Chrome. BUG=None Review URL: https://codereview.chromium.org/563643002 Cr-Commit-Position: refs/heads/master@{#294516}
Diffstat (limited to 'components/onc/onc_constants.h')
-rw-r--r--components/onc/onc_constants.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/components/onc/onc_constants.h b/components/onc/onc_constants.h
index 14ddb98..ce0bc8f 100644
--- a/components/onc/onc_constants.h
+++ b/components/onc/onc_constants.h
@@ -133,7 +133,6 @@ ONC_EXPORT extern const char kProviderRequiresRoaming[];
ONC_EXPORT extern const char kRoamingState[];
ONC_EXPORT extern const char kHome[];
ONC_EXPORT extern const char kRoaming[];
-ONC_EXPORT extern const char kSelectedNetwork[];
ONC_EXPORT extern const char kServingOperator[];
ONC_EXPORT extern const char kSIMLockStatus[];
ONC_EXPORT extern const char kSIMPresent[];