Index: components/onc/onc_constants.h |
diff --git a/components/onc/onc_constants.h b/components/onc/onc_constants.h |
index 4895d16cf61eb105a6110f944bd71540bf8882fc..25625d5d9d4c8b0af0bbc50e524a31cc65161989 100644 |
--- a/components/onc/onc_constants.h |
+++ b/components/onc/onc_constants.h |
@@ -61,10 +61,14 @@ ONC_EXPORT extern const char kCellular[]; |
ONC_EXPORT extern const char kDevice[]; |
ONC_EXPORT extern const char kEthernet[]; |
ONC_EXPORT extern const char kGUID[]; |
+ONC_EXPORT extern const char kIPAddressConfigType[]; |
ONC_EXPORT extern const char kIPConfigs[]; |
+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[]; |
+ONC_EXPORT extern const char kNameServersConfigType[]; |
ONC_EXPORT extern const char kName[]; |
ONC_EXPORT extern const char kPriority[]; |
ONC_EXPORT extern const char kProxySettings[]; |