Index: components/onc/onc_constants.cc |
diff --git a/components/onc/onc_constants.cc b/components/onc/onc_constants.cc |
index 8945059aa24f46bd0fbab201e2acc340657195c9..41510b5864a239189c01288cbea21e1686c4d410 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 { |