summaryrefslogtreecommitdiffstats
path: root/components/onc/onc_constants.h
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.h
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.h')
-rw-r--r--components/onc/onc_constants.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/onc/onc_constants.h b/components/onc/onc_constants.h
index c245152..17e748c 100644
--- a/components/onc/onc_constants.h
+++ b/components/onc/onc_constants.h
@@ -82,6 +82,7 @@ ONC_EXPORT extern const char kActivateOverNonCellularNetwork[];
ONC_EXPORT extern const char kActivationState[];
ONC_EXPORT extern const char kAllowRoaming[];
ONC_EXPORT extern const char kAPN[];
+ONC_EXPORT extern const char kAPNList[];
ONC_EXPORT extern const char kCarrier[];
ONC_EXPORT extern const char kESN[];
ONC_EXPORT extern const char kFamily[];