Index: components/onc/onc_constants.cc |
diff --git a/components/onc/onc_constants.cc b/components/onc/onc_constants.cc |
index 51dfbc5ddd00d02ac3efb8dc5f21843c3b432fde..2d5c8989350d3fefb044fb9a74918fd4c65ede52 100644 |
--- a/components/onc/onc_constants.cc |
+++ b/components/onc/onc_constants.cc |
@@ -39,9 +39,12 @@ const char kDevice[] = "Device"; |
const char kErrorState[] = "ErrorState"; |
const char kEthernet[] = "Ethernet"; |
const char kGUID[] = "GUID"; |
+const char kIPAddressConfigType[] = "IPAddressConfigType"; |
const char kIPConfigs[] = "IPConfigs"; |
+const char kIPConfigTypeDHCP[] = "DHCP"; |
+const char kIPConfigTypeStatic[] = "Static"; |
const char kMacAddress[] = "MacAddress"; |
-const char kNameServers[] = "NameServers"; |
+const char kNameServersConfigType[] = "NameServersConfigType"; |
const char kName[] = "Name"; |
const char kPriority[] = "Priority"; |
const char kProxySettings[] = "ProxySettings"; |