summaryrefslogtreecommitdiffstats
path: root/components/onc/onc_constants.h
diff options
context:
space:
mode:
authorstevenjb@chromium.org <stevenjb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-09 16:45:46 +0000
committerstevenjb@chromium.org <stevenjb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-09 16:45:46 +0000
commit0e7085a9497b7b4954885e81cf4a4319213dea84 (patch)
treedd082d0f9d50b781f9f1d61cb88199ee64fe28e4 /components/onc/onc_constants.h
parent03283943a1a609eb88bbd0c346a764ae0af46e29 (diff)
downloadchromium_src-0e7085a9497b7b4954885e81cf4a4319213dea84.zip
chromium_src-0e7085a9497b7b4954885e81cf4a4319213dea84.tar.gz
chromium_src-0e7085a9497b7b4954885e81cf4a4319213dea84.tar.bz2
Provide IPConfigs in networkingPrivate.GetProperties
BUG=365848 For components/wifi fixes for tests: R=pneubeck@chromium.org TBR=mef@chromium.org Review URL: https://codereview.chromium.org/267433005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@269334 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components/onc/onc_constants.h')
-rw-r--r--components/onc/onc_constants.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/components/onc/onc_constants.h b/components/onc/onc_constants.h
index e99c7f6..c68536a 100644
--- a/components/onc/onc_constants.h
+++ b/components/onc/onc_constants.h
@@ -65,8 +65,9 @@ ONC_EXPORT extern const char kName[];
ONC_EXPORT extern const char kNameServers[];
ONC_EXPORT extern const char kProxySettings[];
ONC_EXPORT extern const char kSearchDomains[];
-ONC_EXPORT extern const char kServicePath[];
ONC_EXPORT extern const char kConnectionState[];
+ONC_EXPORT extern const char kConnectable[];
+ONC_EXPORT extern const char kErrorState[];
ONC_EXPORT extern const char kType[];
ONC_EXPORT extern const char kVPN[];
ONC_EXPORT extern const char kWiFi[];