summaryrefslogtreecommitdiffstats
path: root/components/onc/onc_constants.cc
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.cc
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.cc')
-rw-r--r--components/onc/onc_constants.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/components/onc/onc_constants.cc b/components/onc/onc_constants.cc
index 11e3e4e..1570681 100644
--- a/components/onc/onc_constants.cc
+++ b/components/onc/onc_constants.cc
@@ -115,7 +115,6 @@ const char kProviderRequiresRoaming[] = "ProviderRequiresRoaming";
const char kRoamingState[] = "RoamingState";
const char kHome[] = "Home";
const char kRoaming[] = "Roaming";
-const char kSelectedNetwork[] = "SelectedNetwork";
const char kServingOperator[] = "ServingOperator";
const char kSIMLockStatus[] = "SIMLockStatus";
const char kSIMPresent[] = "SIMPresent";