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-22 06:21:40 +0000
committerstevenjb@chromium.org <stevenjb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-22 06:21:40 +0000
commitedf1e492aaea5cd30ac5e407dc7149c848e89ee5 (patch)
treec10d57898a082f9175b4ffeaec64ebb576dcee49 /components/onc/onc_constants.h
parent1d65acd5b5839c49e2bf451387c8143984379006 (diff)
downloadchromium_src-edf1e492aaea5cd30ac5e407dc7149c848e89ee5.zip
chromium_src-edf1e492aaea5cd30ac5e407dc7149c848e89ee5.tar.gz
chromium_src-edf1e492aaea5cd30ac5e407dc7149c848e89ee5.tar.bz2
Add Device properties for Cellular to MNCH for networkingPrivate
BUG=374003 Review URL: https://codereview.chromium.org/291553002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272119 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components/onc/onc_constants.h')
-rw-r--r--components/onc/onc_constants.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/components/onc/onc_constants.h b/components/onc/onc_constants.h
index d6ddc1f..df815c6 100644
--- a/components/onc/onc_constants.h
+++ b/components/onc/onc_constants.h
@@ -58,6 +58,7 @@ ONC_EXPORT extern const char kUnencryptedConfiguration[];
// NetworkConfiguration.
namespace network_config {
ONC_EXPORT extern const char kCellular[];
+ONC_EXPORT extern const char kDevice[];
ONC_EXPORT extern const char kEthernet[];
ONC_EXPORT extern const char kGUID[];
ONC_EXPORT extern const char kIPConfigs[];
@@ -117,7 +118,9 @@ ONC_EXPORT extern const char kProviderRequiresRoaming[];
ONC_EXPORT extern const char kRoamingState[];
ONC_EXPORT extern const char kSelectedNetwork[];
ONC_EXPORT extern const char kServingOperator[];
+ONC_EXPORT extern const char kSIMLockEnabled[];
ONC_EXPORT extern const char kSIMLockStatus[];
+ONC_EXPORT extern const char kSIMLockType[];
ONC_EXPORT extern const char kSIMPresent[];
ONC_EXPORT extern const char kSupportedCarriers[];
ONC_EXPORT extern const char kSupportNetworkScan[];