Index: components/onc/onc_constants.cc |
diff --git a/components/onc/onc_constants.cc b/components/onc/onc_constants.cc |
index e9d190592e553220028dcf284054c6f3fb557d13..fa7a133c27b88613012185f94b24419df9717f4c 100644 |
--- a/components/onc/onc_constants.cc |
+++ b/components/onc/onc_constants.cc |
@@ -40,6 +40,9 @@ const char kErrorState[] = "ErrorState"; |
const char kEthernet[] = "Ethernet"; |
const char kGUID[] = "GUID"; |
const char kIPConfigs[] = "IPConfigs"; |
+const char kIPConfigType[] = "IPConfigType"; |
+const char kIPConfigTypeDHCP[] = "DHCP"; |
+const char kIPConfigTypeStatic[] = "Static"; |
const char kMacAddress[] = "MacAddress"; |
const char kNameServers[] = "NameServers"; |
const char kName[] = "Name"; |