| Index: components/onc/onc_constants.h
|
| diff --git a/components/onc/onc_constants.h b/components/onc/onc_constants.h
|
| index e99c7f65f25a12eb2f432431b581d2b204f9b936..6066a9363a42b45690022b048d599e94a7aaf09e 100644
|
| --- a/components/onc/onc_constants.h
|
| +++ b/components/onc/onc_constants.h
|
| @@ -138,6 +138,8 @@ ONC_EXPORT extern const char kNotConnected[];
|
| } // namespace connection_state
|
|
|
| namespace ipconfig {
|
| +ONC_EXPORT extern const char kDHCPv4[];
|
| +ONC_EXPORT extern const char kDHCPv6[];
|
| ONC_EXPORT extern const char kGateway[];
|
| ONC_EXPORT extern const char kIPAddress[];
|
| ONC_EXPORT extern const char kIPv4[];
|
|
|