Index: components/onc/onc_constants.h |
diff --git a/components/onc/onc_constants.h b/components/onc/onc_constants.h |
index 573290810a97c7a75f97e67bd006947e19690dc1..b5873c34835ed29208d3af68fc99bf0478c0d89d 100644 |
--- a/components/onc/onc_constants.h |
+++ b/components/onc/onc_constants.h |
@@ -84,6 +84,8 @@ ONC_EXPORT extern const char kCellular[]; |
ONC_EXPORT extern const char kEthernet[]; |
ONC_EXPORT extern const char kVPN[]; |
ONC_EXPORT extern const char kWiFi[]; |
+ONC_EXPORT extern const char kWimax[]; |
pneubeck (no reviews)
2014/05/15 18:28:38
please group these two with kAllTypes and comment
stevenjb
2014/05/15 20:12:41
Wimax should be part of the spec, shouldn't it? At
pneubeck (no reviews)
2014/05/16 13:18:55
Not yet, but this is fine.
|
+ONC_EXPORT extern const char kWireless[]; |
} // namespace network_type |
namespace cellular { |