summaryrefslogtreecommitdiffstats
path: root/components/onc/onc_constants.h
diff options
context:
space:
mode:
authorpneubeck@chromium.org <pneubeck@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-29 11:29:26 +0000
committerpneubeck@chromium.org <pneubeck@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-29 11:29:26 +0000
commitaf8f5450b5e2c80ccada296a88dc515701309d56 (patch)
treea158295d30f419f77e182779abfae07207a5e55f /components/onc/onc_constants.h
parenteb09a62ef40f62e8ae9a13071cf7e47d6915ebd9 (diff)
downloadchromium_src-af8f5450b5e2c80ccada296a88dc515701309d56.zip
chromium_src-af8f5450b5e2c80ccada296a88dc515701309d56.tar.gz
chromium_src-af8f5450b5e2c80ccada296a88dc515701309d56.tar.bz2
Add Shill to ONC translation of IPConfig.
So far, the ONC IPConfig object was only validated but not translated to or from Shill. This adds the one direction, from Shill to ONC. This allows exposing the current IP config state of Shill through ONC, e.g. with in the networkingPrivate API. BUG=288288 Review URL: https://codereview.chromium.org/249193003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266848 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 c28ec52..e99c7f6 100644
--- a/components/onc/onc_constants.h
+++ b/components/onc/onc_constants.h
@@ -142,6 +142,7 @@ ONC_EXPORT extern const char kGateway[];
ONC_EXPORT extern const char kIPAddress[];
ONC_EXPORT extern const char kIPv4[];
ONC_EXPORT extern const char kIPv6[];
+ONC_EXPORT extern const char kNameServers[];
ONC_EXPORT extern const char kRoutingPrefix[];
ONC_EXPORT extern const char kType[];
} // namespace ipconfig