| Index: components/onc/onc_constants.cc
|
| diff --git a/components/onc/onc_constants.cc b/components/onc/onc_constants.cc
|
| index 06342dfa352d5e6c7144fbab888d2a7869a23ed0..0036f8e89e0e30c5fd9751739a58d917c95172cd 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";
|
|
|