summaryrefslogtreecommitdiffstats
path: root/components/onc/onc_constants.h
diff options
context:
space:
mode:
authorstevenjb <stevenjb@chromium.org>2015-03-26 10:23:14 -0700
committerCommit bot <commit-bot@chromium.org>2015-03-26 17:23:54 +0000
commit634eb9966e649e0bdf79901078befac59a4b937e (patch)
treef389fbb427a7167d57fed3d86cf08bb4de1e351f /components/onc/onc_constants.h
parent751416e1cab41302b8fecf1512764e266314cf8d (diff)
downloadchromium_src-634eb9966e649e0bdf79901078befac59a4b937e.zip
chromium_src-634eb9966e649e0bdf79901078befac59a4b937e.tar.gz
chromium_src-634eb9966e649e0bdf79901078befac59a4b937e.tar.bz2
Add NetworkTechnology types to ONC
This also adds the network technology 1x badge to cr_network_icon BUG=470282 Review URL: https://codereview.chromium.org/1033843003 Cr-Commit-Position: refs/heads/master@{#322409}
Diffstat (limited to 'components/onc/onc_constants.h')
-rw-r--r--components/onc/onc_constants.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/components/onc/onc_constants.h b/components/onc/onc_constants.h
index e3b6594..779003d 100644
--- a/components/onc/onc_constants.h
+++ b/components/onc/onc_constants.h
@@ -142,6 +142,16 @@ ONC_EXPORT extern const char kSIMLockStatus[];
ONC_EXPORT extern const char kSIMPresent[];
ONC_EXPORT extern const char kSupportedCarriers[];
ONC_EXPORT extern const char kSupportNetworkScan[];
+ONC_EXPORT extern const char kTechnologyCdma1Xrtt[];
+ONC_EXPORT extern const char kTechnologyEdge[];
+ONC_EXPORT extern const char kTechnologyEvdo[];
+ONC_EXPORT extern const char kTechnologyGprs[];
+ONC_EXPORT extern const char kTechnologyGsm[];
+ONC_EXPORT extern const char kTechnologyHspa[];
+ONC_EXPORT extern const char kTechnologyHspaPlus[];
+ONC_EXPORT extern const char kTechnologyLte[];
+ONC_EXPORT extern const char kTechnologyLteAdvanced[];
+ONC_EXPORT extern const char kTechnologyUmts[];
} // namespace cellular
namespace cellular_provider {