Index: components/onc/onc_constants.h |
diff --git a/components/onc/onc_constants.h b/components/onc/onc_constants.h |
index 573290810a97c7a75f97e67bd006947e19690dc1..d38521e2046a003c46cdf5115232e379d6f1dc17 100644 |
--- a/components/onc/onc_constants.h |
+++ b/components/onc/onc_constants.h |
@@ -79,11 +79,14 @@ ONC_EXPORT extern std::string WifiProperty(const std::string& property); |
} // namespace network_config |
namespace network_type { |
-ONC_EXPORT extern const char kAllTypes[]; |
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[]; |
+// Patterns matching multiple types, not part of the ONC spec. |
+ONC_EXPORT extern const char kAllTypes[]; |
+ONC_EXPORT extern const char kWireless[]; |
} // namespace network_type |
namespace cellular { |