summaryrefslogtreecommitdiffstats
path: root/components/onc/onc_constants.cc
diff options
context:
space:
mode:
authorarmansito@chromium.org <armansito@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-15 02:55:28 +0000
committerarmansito@chromium.org <armansito@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-15 02:55:28 +0000
commita722df12000a716024874982273921617e6efa53 (patch)
tree5a927392150b07ef194fbc562ad027610dad1551 /components/onc/onc_constants.cc
parent172328d3b4fca5765177b75f0ff57382d98cde6e (diff)
downloadchromium_src-a722df12000a716024874982273921617e6efa53.zip
chromium_src-a722df12000a716024874982273921617e6efa53.tar.gz
chromium_src-a722df12000a716024874982273921617e6efa53.tar.bz2
onc: Handle translation of Cellular.APNList property.
This CL adds code to onc_translator_shill_to_onc.cc that handles a list of nested objects and uses it to translate the Cellular.APNList property. BUG=280359 Review URL: https://codereview.chromium.org/24248005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@228602 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components/onc/onc_constants.cc')
-rw-r--r--components/onc/onc_constants.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/onc/onc_constants.cc b/components/onc/onc_constants.cc
index aa7d4f7..7c6cfbd 100644
--- a/components/onc/onc_constants.cc
+++ b/components/onc/onc_constants.cc
@@ -60,6 +60,7 @@ const char kActivateOverNonCellularNetwork[] = "ActivateOverNonCellularNetwork";
const char kActivationState[] = "ActivationState";
const char kAllowRoaming[] = "AllowRoaming";
const char kAPN[] = "APN";
+const char kAPNList[] = "APNList";
const char kCarrier[] = "Carrier";
const char kESN[] = "ESN";
const char kFamily[] = "Family";