summaryrefslogtreecommitdiffstats
path: root/components/onc/onc_constants.cc
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.cc
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.cc')
-rw-r--r--components/onc/onc_constants.cc10
1 files changed, 10 insertions, 0 deletions
diff --git a/components/onc/onc_constants.cc b/components/onc/onc_constants.cc
index 8945059..41510b5 100644
--- a/components/onc/onc_constants.cc
+++ b/components/onc/onc_constants.cc
@@ -124,6 +124,16 @@ const char kSIMLockStatus[] = "SIMLockStatus";
const char kSIMPresent[] = "SIMPresent";
const char kSupportedCarriers[] = "SupportedCarriers";
const char kSupportNetworkScan[] = "SupportNetworkScan";
+const char kTechnologyCdma1Xrtt[] = "CDMA1XRTT";
+const char kTechnologyEdge[] = "EDGE";
+const char kTechnologyEvdo[] = "EVDO";
+const char kTechnologyGprs[] = "GPRS";
+const char kTechnologyGsm[] = "GSM";
+const char kTechnologyHspa[] = "HSPA";
+const char kTechnologyHspaPlus[] = "HSPAPlus";
+const char kTechnologyLte[] = "LTE";
+const char kTechnologyLteAdvanced[] = "LTEAdvanced";
+const char kTechnologyUmts[] = "UMTS";
} // namespace cellular
namespace cellular_provider {