Index: components/onc/onc_constants.h |
diff --git a/components/onc/onc_constants.h b/components/onc/onc_constants.h |
index 89b193b1f2c04dcfd7078da148b946a982f59b78..3e199c994d213046b66cf4215d30318d086351fa 100644 |
--- a/components/onc/onc_constants.h |
+++ b/components/onc/onc_constants.h |
@@ -62,6 +62,9 @@ ONC_EXPORT extern const char kDevice[]; |
ONC_EXPORT extern const char kEthernet[]; |
ONC_EXPORT extern const char kGUID[]; |
ONC_EXPORT extern const char kIPConfigs[]; |
+ONC_EXPORT extern const char kIPConfigType[]; |
+ONC_EXPORT extern const char kIPConfigTypeDHCP[]; |
+ONC_EXPORT extern const char kIPConfigTypeStatic[]; |
ONC_EXPORT extern const char kSavedIPConfig[]; |
ONC_EXPORT extern const char kStaticIPConfig[]; |
ONC_EXPORT extern const char kMacAddress[]; |